Searched defs:newstate (Results 1 – 7 of 7) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
| D | parse.py | 175 def shift(self, type, value, newstate, context): argument 184 def push(self, type, newdfa, newstate, context): argument
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
| D | DLexer.cpp | 63 register int state, newstate; in nextTokenType() local
|
| D | dlgauto.h | 346 register int state, newstate; in zzgettok() local
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
| D | DLexer.h | 68 register int state, newstate; in nextTokenType() local
|
| D | dlgauto.h | 351 register int state, newstate; in zzgettok() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
| D | parser.c | 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift() 120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
| D | parser.c | 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift() 120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push()
|