Home
last modified time | relevance | path

Searched defs:lb (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dgrammar1.c34 PyGrammar_LabelRepr(label *lb) in PyGrammar_LabelRepr()
Dgrammar.c95 label *lb; in addlabel() local
149 translabel(grammar *g, label *lb) in translabel()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar1.c34 PyGrammar_LabelRepr(label *lb) in PyGrammar_LabelRepr()
Dgrammar.c95 label *lb; in addlabel() local
149 translabel(grammar *g, label *lb) in translabel()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c170 char *lb; in setprogdir() local
Dlparser.c371 Labeldesc *lb = &dyd->label.arr[i]; in findlabel() local
402 static void findgotos (LexState *ls, Labeldesc *lb) { in findgotos()