Home
last modified time | relevance | path

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

/f-stack/freebsd/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()