Searched refs:PyToken_ThreeChars (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Include/ |
D | token.h | 80 PyAPI_FUNC(int) PyToken_ThreeChars(int, int, int);
|
/external/python/cpython3/Include/ |
D | token.h | 86 PyAPI_FUNC(int) PyToken_ThreeChars(int, int, int);
|
/external/python/cpython2/Parser/ |
D | grammar.c | 253 int type = (int) PyToken_ThreeChars(lb->lb_str[1], in translabel()
|
D | tokenizer.c | 1150 PyToken_ThreeChars(int c1, int c2, int c3) in PyToken_ThreeChars() function 1647 int token3 = PyToken_ThreeChars(c, c2, c3); in tok_get()
|
/external/python/cpython3/Parser/ |
D | grammar.c | 254 int type = (int) PyToken_ThreeChars(lb->lb_str[1], in translabel()
|
D | tokenizer.c | 1231 PyToken_ThreeChars(int c1, int c2, int c3) in PyToken_ThreeChars() function 1787 int token3 = PyToken_ThreeChars(c, c2, c3); in tok_get()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 73 "PyToken_ThreeChars"
|