Searched refs:luaK_patchlist (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.h | 46 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) 72 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
|
H A D | lparser.c | 351 luaK_patchlist(fs, gt->pc, label->pc); in closegoto() 1271 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat() 1308 luaK_patchlist(fs, endfor, prep + 1); in forbody()
|
H A D | lcode.c | 171 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function
|
/freebsd/contrib/lua/src/ |
H A D | lcode.h | 60 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) 89 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
|
H A D | lparser.c | 534 luaK_patchlist(ls->fs, gt->pc, label->pc); in solvegoto() 1430 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat() 1507 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()
|
H A D | lcode.c | 306 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function 314 luaK_patchlist(fs, list, hr); in luaK_patchtohere()
|