Searched refs:luaK_patchlist (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/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 | 167 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.h | 66 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
|
| H A D | lparser.c | 1003 luaK_patchlist(fs, luaK_jump(fs), whileinit); in whilestat() 1024 luaK_patchlist(ls->fs, condexit, repeat_init); /* close the loop */ in repeatstat() 1030 luaK_patchlist(ls->fs, luaK_jump(fs), repeat_init); /* and repeat */ in repeatstat() 1063 luaK_patchlist(fs, (isnum ? endfor : luaK_jump(fs)), prep + 1); in forbody()
|
| H A D | lcode.c | 169 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function
|