Searched refs:PyTokenizer_Get (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Parser/ |
D | tokenizer.h | 72 extern int PyTokenizer_Get(struct tok_state *, char **, char **);
|
D | parsetok.c | 208 type = PyTokenizer_Get(tok, &a, &b); in parsetok()
|
D | tokenizer.c | 1822 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() function 1882 PyTokenizer_Get(tok, &p_start, &p_end); in PyTokenizer_FindEncodingFilename()
|
/external/python/cpython2/Parser/ |
D | tokenizer.h | 61 extern int PyTokenizer_Get(struct tok_state *, char **, char **);
|
D | parsetok.c | 159 type = PyTokenizer_Get(tok, &a, &b); in parsetok()
|
D | tokenizer.c | 1681 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() function
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 401 PyTokenizer_Get
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 77 "PyTokenizer_Get"
|