Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/
H A Dlparser.h73 typedef struct Labellist { struct
77 } Labellist; argument
87 Labellist gt; /* list of pending gotos */
88 Labellist label; /* list of active labels */
H A Dlparser.c341 Labellist *gl = &ls->dyd->gt; in closegoto()
382 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
401 Labellist *gl = &ls->dyd->gt; in findgotos()
420 Labellist *gl = &fs->ls->dyd->gt; in movegotosout()
1199 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1222 Labellist *ll = &ls->dyd->label; in labelstat()
/src/contrib/lua/src/
H A Dlparser.h120 typedef struct Labellist { struct
124 } Labellist; argument
134 Labellist gt; /* list of pending gotos */
135 Labellist label; /* list of active labels */
H A Dlparser.c529 Labellist *gl = &ls->dyd->gt; /* list of gotos */ in solvegoto()
560 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
586 Labellist *gl = &ls->dyd->gt; in solvegotos()
611 Labellist *ll = &ls->dyd->label; in createlabel()
630 Labellist *gl = &fs->ls->dyd->gt; in movegotosout()