HomeSort by relevance Sort by last modified time
    Searched refs:Labellist (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 72 typedef struct Labellist {
76 } Labellist;
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
lparser.c 343 Labellist *gl = &ls->dyd->gt;
384 static int newlabelentry (LexState *ls, Labellist *l, TString *name,
403 Labellist *gl = &ls->dyd->gt;
422 Labellist *gl = &fs->ls->dyd->gt;
1195 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) {
    [all...]
  /external/syslinux/com32/lua/src/
lparser.h 72 typedef struct Labellist {
76 } Labellist;
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
lparser.c 343 Labellist *gl = &ls->dyd->gt;
384 static int newlabelentry (LexState *ls, Labellist *l, TString *name,
403 Labellist *gl = &ls->dyd->gt;
422 Labellist *gl = &fs->ls->dyd->gt;
1195 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) {
    [all...]

Completed in 57 milliseconds