Home
last modified time | relevance | path

Searched refs:luaK_getlabel (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.h75 LUAI_FUNC int luaK_getlabel (FuncState *fs);
Dlcode.c94 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
193 luaK_getlabel(fs); in luaK_patchtohere()
416 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_label()
482 final = luaK_getlabel(fs); in exp2reg()
Dlparser.c1240 whileinit = luaK_getlabel(fs); in whilestat()
1256 int repeat_init = luaK_getlabel(fs); in repeatstat()