Searched refs:PyToken_TwoChars (Results 1 – 8 of 8) sorted by relevance
79 PyAPI_FUNC(int) PyToken_TwoChars(int, int);
85 PyAPI_FUNC(int) PyToken_TwoChars(int, int);
397 PyToken_TwoChars
241 int type = (int) PyToken_TwoChars(lb->lb_str[1], in translabel()
1077 PyToken_TwoChars(int c1, int c2) in PyToken_TwoChars() function1632 int token = PyToken_TwoChars(c, c2); in tok_get()
242 int type = (int) PyToken_TwoChars(lb->lb_str[1], in translabel()
1152 PyToken_TwoChars(int c1, int c2) in PyToken_TwoChars() function1784 int token = PyToken_TwoChars(c, c2); in tok_get()
72 "PyToken_TwoChars"