Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcode.h75 LUAI_FUNC int luaK_getlabel (FuncState *fs);
H A Dlcode.c93 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() function
192 luaK_getlabel(fs); in luaK_patchtohere()
415 luaK_getlabel(fs); /* those instructions may be jump targets */ in code_label()
481 final = luaK_getlabel(fs); in exp2reg()
H A Dlparser.c1239 whileinit = luaK_getlabel(fs); in whilestat()
1255 int repeat_init = luaK_getlabel(fs); in repeatstat()