Home
last modified time | relevance | path

Searched refs:PyTokenizer_Get (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Parser/
Dtokenizer.h61 extern int PyTokenizer_Get(struct tok_state *, char **, char **);
Dparsetok.c159 type = PyTokenizer_Get(tok, &a, &b); in parsetok()
Dtokenizer.c1681 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() function
/external/python/cpython3/Parser/
Dtokenizer.h81 extern int PyTokenizer_Get(struct tok_state *, const char **, const char **);
Dparsetok.c253 type = PyTokenizer_Get(tok, &a, &b); in parsetok()
Dtokenizer.c1837 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/
Dpython.def401 PyTokenizer_Get
/external/python/cpython2/PC/os2emx/
Dpython27.def77 "PyTokenizer_Get"
/external/python/cpython3/Parser/pegen/
Dpegen.c583 int type = PyTokenizer_Get(p->tok, &start, &end); in _PyPegen_fill_token()
600 type = PyTokenizer_Get(p->tok, &start, &end); in _PyPegen_fill_token()