Searched refs:N_TOKENS (Results 1 – 15 of 15) sorted by relevance
34 else if (lb->lb_type < N_TOKENS) { in PyGrammar_LabelRepr()
66 #define N_TOKENS 53 macro
66 N_TOKENS = 57 variable
69 N_TOKENS = 60 variable
73 #define N_TOKENS 63 macro
39 COMMENT = N_TOKENS41 NL = N_TOKENS + 143 N_TOKENS += 2
64 N_TOKENS = 53 variable
70 N_TOKENS = 63 variable
99 N_TOKENS
216 .. data:: N_TOKENS
28 CONTINUATION = token.N_TOKENS
188 for (i = 0; i < (int)N_TOKENS; i++) { in translabel()
664 || (ISTERMINAL(ch_type) && (ch_type >= N_TOKENS)) in validate_node()
10 - There's no need to increase N_TOKENS. In fact, it causes other things which
466 if (0 <= type && type <= N_TOKENS) {