Searched refs:s_parent (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Parser/
H A Dparser.h15 struct _node *s_parent; /* Where to add next node */ member in struct:__anon19608
H A Dparser.c47 top->s_parent = parent;
112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset);
124 n = s->s_top->s_parent;
181 node *n = ps->p_stack.s_top->s_parent;
/external/python/cpython3/Parser/
H A Dparser.h15 struct _node *s_parent; /* Where to add next node */ member in struct:__anon20252
H A Dparser.c47 top->s_parent = parent;
112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset);
124 n = s->s_top->s_parent;
187 node *n = ps->p_stack.s_top->s_parent;

Completed in 258 milliseconds