Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlparser.h110 typedef struct Labeldesc { struct
116 } Labeldesc; argument
121 Labeldesc *arr; /* array */
A Dlparser.c502 static l_noret jumpscopeerror (LexState *ls, Labeldesc *gt) { in jumpscopeerror()
515 static void solvegoto (LexState *ls, int g, Labeldesc *label) { in solvegoto()
518 Labeldesc *gt = &gl->arr[g]; /* goto to be resolved */ in solvegoto()
532 static Labeldesc *findlabel (LexState *ls, TString *name) { in findlabel()
537 Labeldesc *lb = &dyd->label.arr[i]; in findlabel()
552 Labeldesc, SHRT_MAX, "labels/gotos"); in newlabelentry()
573 static int solvegotos (LexState *ls, Labeldesc *lb) { in solvegotos()
621 Labeldesc *gt = &gl->arr[i]; in movegotosout()
646 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
1408 Labeldesc *lb = findlabel(ls, name); in gotostat()
[all …]

Completed in 6 milliseconds