Home
last modified time | relevance | path

Searched refs:luaK_patchlist (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlcode.h60 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
89 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
Dlparser.c524 luaK_patchlist(ls->fs, gt->pc, label->pc); in solvegoto()
1420 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat()
1497 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()
1680 luaK_patchlist(fs, v.t, target); /* jump directly to 'target' */ in test_then_block()
Dlcode.c305 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function
313 luaK_patchlist(fs, list, hr); in luaK_patchtohere()