Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h78 typedef struct Labeldesc { struct
83 } Labeldesc; argument
88 Labeldesc *arr; /* array */
Dlparser.c341 static void closegoto (LexState *ls, int g, Labeldesc *label) { in closegoto()
345 Labeldesc *gt = &gl->arr[g]; in closegoto()
369 Labeldesc *gt = &dyd->gt.arr[g]; in findlabel()
372 Labeldesc *lb = &dyd->label.arr[i]; in findlabel()
389 Labeldesc, SHRT_MAX, "labels/gotos"); in newlabelentry()
403 static void findgotos (LexState *ls, Labeldesc *lb) { in findgotos()
427 Labeldesc *gt = &gl->arr[i]; in movegotosout()
464 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()