Home
last modified time | relevance | path

Searched refs:PyToken_OneChar (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dtoken.h78 PyAPI_FUNC(int) PyToken_OneChar(int);
/external/python/cpython3/Include/
Dtoken.h84 PyAPI_FUNC(int) PyToken_OneChar(int);
/external/python/cpython2/PC/os2vacpp/
Dpython.def396 PyToken_OneChar
/external/python/cpython2/Parser/
Dgrammar.c230 int type = (int) PyToken_OneChar(lb->lb_str[1]); in translabel()
Dtokenizer.c1044 PyToken_OneChar(int c) in PyToken_OneChar() function
1677 return PyToken_OneChar(c); in tok_get()
/external/python/cpython3/Parser/
Dgrammar.c231 int type = (int) PyToken_OneChar(lb->lb_str[1]); in translabel()
Dtokenizer.c1120 PyToken_OneChar(int c) in PyToken_OneChar() function
1818 return PyToken_OneChar(c); in tok_get()
/external/python/cpython2/PC/os2emx/
Dpython27.def71 "PyToken_OneChar"