Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.h80 LUAI_FUNC int luaK_getlabel (FuncState *fs);
Dlcode.c168 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
253 luaK_getlabel(fs); /* mark "here" as a jump target */ in luaK_patchtohere()
650 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_loadbool()
689 final = luaK_getlabel(fs); in exp2reg()
Dlparser.c1231 l = newlabelentry(ls, ll, label, line, luaK_getlabel(fs)); in labelstat()
1248 whileinit = luaK_getlabel(fs); in whilestat()
1264 int repeat_init = luaK_getlabel(fs); in repeatstat()