Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dtoken.h78 PyAPI_FUNC(int) PyToken_OneChar(int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dtoken.h78 PyAPI_FUNC(int) PyToken_OneChar(int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dgrammar.c212 int type = (int) PyToken_OneChar(lb->lb_str[1]); in translabel()
Dtokenizer.c1018 PyToken_OneChar(int c) in PyToken_OneChar() function
1640 return PyToken_OneChar(c); in tok_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar.c212 int type = (int) PyToken_OneChar(lb->lb_str[1]); in translabel()
Dtokenizer.c1038 PyToken_OneChar(int c) in PyToken_OneChar() function
1669 return PyToken_OneChar(c); in tok_get()