Home
last modified time | relevance | path

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

/redis-3.2.3/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()