Home
last modified time | relevance | path

Searched refs:_PyParser_TokenNames (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Parser/
Dgrammar1.c50 return _PyParser_TokenNames[lb->lb_type]; in PyGrammar_LabelRepr()
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str); in PyGrammar_LabelRepr()
Dparser.c226 D(printf("Token %s/'%s' ... ", _PyParser_TokenNames[type], str)); in PyParser_AddToken()
365 printf("%s", _PyParser_TokenNames[TYPE(n)]); in showtree()
Dgrammar.c189 if (strcmp(lb->lb_str, _PyParser_TokenNames[i]) == 0) { in translabel()
Dtokenizer.c37 char *_PyParser_TokenNames[] = { variable
1763 printf("%s", _PyParser_TokenNames[type]); in tok_dump()
/external/python/cffi/cffi/
D_embedding.h250 PyAPI_DATA(char *) _PyParser_TokenNames[]; /* from CPython */
289 char *volatile *lock = (char *volatile *)_PyParser_TokenNames; in _cffi_carefully_make_gil()
/external/python/cpython2/Include/
Dtoken.h77 PyAPI_DATA(char *) _PyParser_TokenNames[]; /* Token names */
/external/python/cpython3/Parser/
Dtoken.c8 const char * const _PyParser_TokenNames[] = { variable
Dtokenizer.c2160 fprintf(stderr, "%s", _PyParser_TokenNames[type]); in tok_dump()
Dpegen.c577 return _PyParser_TokenNames[type];
/external/python/cpython3/Include/
Dtoken.h88 PyAPI_DATA(const char * const) _PyParser_TokenNames[]; /* Token names */
/external/python/cpython2/PC/os2vacpp/
Dpython.def72 _PyParser_TokenNames
/external/python/cpython2/PC/os2emx/
Dpython27.def78 "_PyParser_TokenNames"
/external/python/cpython3/Doc/data/
Dpython3.10.abi1619 …<elf-symbol name='_PyParser_TokenNames' size='520' type='object-type' binding='global-binding' vis…
1664_PyParser_TokenNames' type-id='type-id-8' mangled-name='_PyParser_TokenNames' visibility='default'…
/external/python/cpython3/Misc/
DHISTORY8273 into _PyParser_TokenNames.