Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dtoken.h79 PyAPI_FUNC(int) PyToken_TwoChars(int, int);
/external/python/cpython3/Include/
Dtoken.h85 PyAPI_FUNC(int) PyToken_TwoChars(int, int);
/external/python/cpython2/PC/os2vacpp/
Dpython.def397 PyToken_TwoChars
/external/python/cpython2/Parser/
Dgrammar.c241 int type = (int) PyToken_TwoChars(lb->lb_str[1], in translabel()
Dtokenizer.c1077 PyToken_TwoChars(int c1, int c2) in PyToken_TwoChars() function
1632 int token = PyToken_TwoChars(c, c2); in tok_get()
/external/python/cpython3/Parser/
Dgrammar.c242 int type = (int) PyToken_TwoChars(lb->lb_str[1], in translabel()
Dtokenizer.c1152 PyToken_TwoChars(int c1, int c2) in PyToken_TwoChars() function
1784 int token = PyToken_TwoChars(c, c2); in tok_get()
/external/python/cpython2/PC/os2emx/
Dpython27.def72 "PyToken_TwoChars"