Home
last modified time | relevance | path

Searched refs:Labellist (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.h72 typedef struct Labellist { struct
76 } Labellist; argument
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
Dlparser.c343 Labellist *gl = &ls->dyd->gt; in closegoto()
384 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
403 Labellist *gl = &ls->dyd->gt; in findgotos()
422 Labellist *gl = &fs->ls->dyd->gt; in movegotosout()
1195 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1218 Labellist *ll = &ls->dyd->label; in labelstat()