Searched refs:luaK_patchlist (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcode.h | 67 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) 96 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
|
H A D | lparser.c | 538 luaK_patchlist(ls->fs, gt->pc, label->pc); in solvegoto() 1444 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat() 1521 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()
|
H A D | lcode.c | 312 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function 320 luaK_patchlist(fs, list, hr); in luaK_patchtohere()
|