Searched refs:luaK_patchlist (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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-13.1/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 | 522 luaK_patchlist(ls->fs, gt->pc, label->pc); in solvegoto() 1418 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat() 1495 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()
|
| H A D | lcode.c | 305 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function 313 luaK_patchlist(fs, list, hr); in luaK_patchtohere()
|