Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.h72 typedef struct Labellist { struct
76 } Labellist; argument
86 Labellist gt; /* list of pending gotos */
87 Labellist label; /* list of active labels */
H A Dlparser.c342 Labellist *gl = &ls->dyd->gt; in closegoto()
383 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
402 Labellist *gl = &ls->dyd->gt; in findgotos()
421 Labellist *gl = &fs->ls->dyd->gt; in movegotosout()
1194 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1217 Labellist *ll = &ls->dyd->label; in labelstat()