Searched refs:Labeldesc (Results 1 – 2 of 2) sorted by relevance
110 typedef struct Labeldesc { struct116 } Labeldesc; argument121 Labeldesc *arr; /* array */
502 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 7 milliseconds