Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlcode.h85 LUAI_FUNC int luaK_getlabel (FuncState *fs);
H A Dlcode.c117 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
216 luaK_getlabel(fs); in luaK_patchtohere()
448 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_label()
520 final = luaK_getlabel(fs); in exp2reg()
H A Dlparser.c1255 whileinit = luaK_getlabel(fs); in whilestat()
1271 int repeat_init = luaK_getlabel(fs); in repeatstat()