Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlcode.h99 LUAI_FUNC int luaK_getlabel (FuncState *fs);
H A Dlcode.c238 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
319 int hr = luaK_getlabel(fs); /* mark "here" as a jump target */ in luaK_patchtohere()
904 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_loadbool()
944 final = luaK_getlabel(fs); in exp2reg()
H A Dlparser.c616 int l = newlabelentry(ls, ll, name, line, luaK_getlabel(fs)); in createlabel()
1489 whileinit = luaK_getlabel(fs); in whilestat()
1505 int repeat_init = luaK_getlabel(fs); in repeatstat()
1572 fixforjump(fs, prep, luaK_getlabel(fs), 0); in forbody()