Home
last modified time | relevance | path

Searched refs:N_TOKENS (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/
Dtokenize.py39 COMMENT = N_TOKENS
41 NL = N_TOKENS + 1
43 N_TOKENS += 2
Dtoken.py64 N_TOKENS = 53 variable
/external/python/cpython3/Lib/
Dtokenize.py45 COMMENT = N_TOKENS
47 NL = N_TOKENS + 1
49 ENCODING = N_TOKENS + 2
51 N_TOKENS += 3
Dtoken.py70 N_TOKENS = 57 variable
/external/python/cpython3/Parser/
Dgrammar1.c48 else if (lb->lb_type < N_TOKENS) { in PyGrammar_LabelRepr()
Dgrammar.c189 for (i = 0; i < (int)N_TOKENS; i++) { in translabel()
/external/python/cpython2/Include/
Dtoken.h66 #define N_TOKENS 53 macro
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py66 N_TOKENS = 57 variable
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py68 N_TOKENS = 59 variable
/external/python/cpython3/Include/
Dtoken.h70 #define N_TOKENS 57 macro
/external/python/cpython2/Doc/library/
Dtoken.rst99 N_TOKENS
/external/python/cpython3/Doc/library/
Dtoken.rst104 N_TOKENS
/external/python/cpython2/Parser/
Dgrammar.c170 for (i = 0; i < (int)N_TOKENS; i++) { in translabel()