Home
last modified time | relevance | path

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

/third_party/python/Parser/
Dtoken.c8 const char * const _PyParser_TokenNames[] = { variable
Dtokenizer.c2131 fprintf(stderr, "%s", _PyParser_TokenNames[type]); in tok_dump()
Dpegen.c570 return _PyParser_TokenNames[type];
/third_party/python/Include/
Dtoken.h88 PyAPI_DATA(const char * const) _PyParser_TokenNames[]; /* Token names */
/third_party/python/Misc/
DHISTORY8273 into _PyParser_TokenNames.