Home
last modified time | relevance | path

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/
Dparse.py175 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/
DDLexer.cpp63 register int state, newstate; in nextTokenType() local
Ddlgauto.h346 register int state, newstate; in zzgettok() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DDLexer.h68 register int state, newstate; in nextTokenType() local
Ddlgauto.h351 register int state, newstate; in zzgettok() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dparser.c108 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/
Dparser.c108 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()