Searched refs:PyTokenizer_Get (Results 1 – 9 of 9) sorted by relevance
/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/cpython3/Parser/ |
D | tokenizer.h | 81 extern int PyTokenizer_Get(struct tok_state *, const char **, const char **);
|
D | parsetok.c | 253 type = PyTokenizer_Get(tok, &a, &b); in parsetok()
|
D | tokenizer.c | 1837 PyTokenizer_Get(struct tok_state *tok, const char **p_start, const char **p_end) in PyTokenizer_Get() function 1893 PyTokenizer_Get(tok, &p_start, &p_end); in PyTokenizer_FindEncodingFilename()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 401 PyTokenizer_Get
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 77 "PyTokenizer_Get"
|
/external/python/cpython3/Parser/pegen/ |
D | pegen.c | 583 int type = PyTokenizer_Get(p->tok, &start, &end); in _PyPegen_fill_token() 600 type = PyTokenizer_Get(p->tok, &start, &end); in _PyPegen_fill_token()
|