Lines Matching +defs:s +defs:D
19 #define D(x) if (!Py_DebugFlag); else x macro
21 #define D(x) macro
30 s_reset(stack *s) in s_reset()
35 #define s_empty(s) ((s)->s_top == &(s)->s_base[MAXSTACK]) argument
38 s_push(register stack *s, dfa *d, node *parent) in s_push()
55 s_pop(register stack *s) in s_pop()
64 #define s_pop(s) (s)->s_top++ argument
108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift()
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push()
143 register char *s = str; in classify() local
237 register state *s = &d->d_state[ps->p_stack.s_top->s_state]; in PyParser_AddToken() local