Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h87 typedef struct Labellist { struct
91 } Labellist; typedef
101 Labellist gt; /* list of pending gotos */
102 Labellist label; /* list of active labels */
Dlparser.c344 Labellist *gl = &ls->dyd->gt; in closegoto()
385 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
404 Labellist *gl = &ls->dyd->gt; in findgotos()
423 Labellist *gl = &fs->ls->dyd->gt; in movegotosout()
1203 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1226 Labellist *ll = &ls->dyd->label; in labelstat()