Searched refs:s_push (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Parser/ |
D | parser.c | 38 s_push(stack *s, dfa *d, node *parent) in s_push() function 91 (void) s_push(&ps->p_stack, PyGrammar_FindDFA(g, start), ps->p_tree); in PyParser_New() 130 return s_push(s, d, CHILD(n, NCH(n)-1)); in push()
|
/external/python/cpython2/Parser/ |
D | parser.c | 38 s_push(register stack *s, dfa *d, node *parent) in s_push() function 91 (void) s_push(&ps->p_stack, PyGrammar_FindDFA(g, start), ps->p_tree); in PyParser_New() 130 return s_push(s, d, CHILD(n, NCH(n)-1)); in push()
|