Home
last modified time | relevance | path

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

/external/skia/third_party/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()
/external/syslinux/com32/lua/src/
Dlparser.h72 typedef struct Labellist { struct
76 } Labellist; typedef
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()