Searched refs:luaK_patchtohere (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcode.h | 97 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
|
H A D | lparser.c | 1497 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat() 1516 luaK_patchtohere(fs, condexit); /* repetition must close upvalues */ in repeatstat() 1519 luaK_patchtohere(fs, exit); /* normal exit comes to here */ in repeatstat() 1685 luaK_patchtohere(fs, jf); in test_then_block() 1699 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|
H A D | lcode.c | 318 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function 942 luaK_patchtohere(fs, fj); in exp2reg() 1173 luaK_patchtohere(fs, e->t); /* true list jumps to here (to go through) */ 1199 luaK_patchtohere(fs, e->f); /* false list jumps to here (to go through) */
|