Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.h69 LUAI_FUNC int luaK_getlabel (FuncState *fs);
H A Dlcode.c94 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
180 luaK_getlabel(fs); in luaK_patchtohere()
338 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_label()
404 final = luaK_getlabel(fs); in exp2reg()
H A Dlparser.c998 whileinit = luaK_getlabel(fs); in whilestat()
1014 int repeat_init = luaK_getlabel(fs); in repeatstat()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.h76 LUAI_FUNC int luaK_getlabel (FuncState *fs);
H A Dlcode.c92 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
191 luaK_getlabel(fs); in luaK_patchtohere()
414 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_label()
480 final = luaK_getlabel(fs); in exp2reg()
H A Dlparser.c1244 whileinit = luaK_getlabel(fs); in whilestat()
1260 int repeat_init = luaK_getlabel(fs); in repeatstat()