luaK_patchlist
#define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
luaK_patchlist(fs, condexit, repeat_init); /* close the loop */
luaK_patchlist(fs, endfor, prep + 1);
luaK_patchlist(fs, gt->pc, label->pc);