Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.h72 typedef struct Labellist { struct
76 } Labellist; typedef
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
H A Dlparser.c340 Labellist *gl = &ls->dyd->gt; in closegoto()
381 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
400 Labellist *gl = &ls->dyd->gt; in findgotos()
419 Labellist *gl = &fs->ls->dyd->gt; in movegotosout()
1198 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1221 Labellist *ll = &ls->dyd->label; in labelstat()
/freebsd/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()