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

/freebsd-12-stable/contrib/lua/src/
H A Dlparser.h87 typedef struct Labellist { struct
91 } Labellist; typedef in typeref:struct:Labellist
101 Labellist gt; /* list of pending gotos */
102 Labellist label; /* list of active labels */
H A Dlparser.c344 Labellist *gl = &ls->dyd->gt;
385 static int newlabelentry (LexState *ls, Labellist *l, TString *name,
404 Labellist *gl = &ls->dyd->gt;
423 Labellist *gl = &fs->ls->dyd->gt;
1204 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) {
1227 Labellist *ll = &ls->dyd->label;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/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.c342 Labellist *gl = &ls->dyd->gt;
383 static int newlabelentry (LexState *ls, Labellist *l, TString *name,
402 Labellist *gl = &ls->dyd->gt;
421 Labellist *gl = &fs->ls->dyd->gt;
1194 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) {
1217 Labellist *ll = &ls->dyd->label;

Completed in 116 milliseconds