Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.h63 typedef struct Labeldesc { struct
68 } Labeldesc; typedef
73 Labeldesc *arr; /* array */
Dlparser.c340 static void closegoto (LexState *ls, int g, Labeldesc *label) { in closegoto()
344 Labeldesc *gt = &gl->arr[g]; in closegoto()
368 Labeldesc *gt = &dyd->gt.arr[g]; in findlabel()
371 Labeldesc *lb = &dyd->label.arr[i]; in findlabel()
388 Labeldesc, SHRT_MAX, "labels/gotos"); in newlabelentry()
402 static void findgotos (LexState *ls, Labeldesc *lb) { in findgotos()
426 Labeldesc *gt = &gl->arr[i]; in movegotosout()
463 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()