Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlparser.h120 typedef struct Labellist { struct
124 } Labellist; argument
134 Labellist gt; /* list of pending gotos */
135 Labellist label; /* list of active labels */
A Dlparser.c517 Labellist *gl = &ls->dyd->gt; /* list of goto's */ in solvegoto()
548 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
574 Labellist *gl = &ls->dyd->gt; in solvegotos()
599 Labellist *ll = &ls->dyd->label; in createlabel()
618 Labellist *gl = &fs->ls->dyd->gt; in movegotosout()

Completed in 7 milliseconds