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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlparser.h73 typedef struct Labellist { struct
77 } Labellist; typedef in typeref:struct:Labellist
87 Labellist gt; /* list of pending gotos */
88 Labellist label; /* list of active labels */
H A Dlparser.c341 Labellist *gl = &ls->dyd->gt;
382 static int newlabelentry (LexState *ls, Labellist *l, TString *name,
401 Labellist *gl = &ls->dyd->gt;
420 Labellist *gl = &fs->ls->dyd->gt;
1199 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) {
1222 Labellist *ll = &ls->dyd->label;
/freebsd-13-stable/contrib/lua/src/
H A Dlparser.h120 typedef struct Labellist { struct
124 } Labellist; typedef in typeref:struct:Labellist
134 Labellist gt; /* list of pending gotos */
135 Labellist label; /* list of active labels */
H A Dlparser.c517 Labellist *gl = &ls->dyd->gt; /* list of goto's */
548 static int newlabelentry (LexState *ls, Labellist *l, TString *name,
574 Labellist *gl = &ls->dyd->gt;
599 Labellist *ll = &ls->dyd->label;
618 Labellist *gl = &fs->ls->dyd->gt;

Completed in 38 milliseconds