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

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

Completed in 86 milliseconds