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/lua/src/
lparser.h 87 typedef struct Labellist {
91 } Labellist;
101 Labellist gt; /* list of pending gotos */
102 Labellist label; /* list of active labels */
lparser.c 344 Labellist *gl = &ls->dyd->gt;
385 static int newlabelentry (LexState *ls, Labellist *l, TString *name,
404 Labellist *gl = &ls->dyd->gt;
423 Labellist *gl = &fs->ls->dyd->gt;
1203 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) {
    [all...]

Completed in 274 milliseconds