Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.h61 extern int PyTokenizer_Get(struct tok_state *, char **, char **);
Dparsetok.c170 type = PyTokenizer_Get(tok, &a, &b); in parsetok()
Dtokenizer.c1644 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.h61 extern int PyTokenizer_Get(struct tok_state *, char **, char **);
Dparsetok.c159 type = PyTokenizer_Get(tok, &a, &b); in parsetok()
Dtokenizer.c1673 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() function