Searched refs:luaK_patchtohere (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lcode.h | 90 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
|
D | lparser.c | 1473 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat() 1492 luaK_patchtohere(fs, condexit); /* repetition must close upvalues */ in repeatstat() 1495 luaK_patchtohere(fs, exit); /* normal exit comes to here */ in repeatstat() 1699 luaK_patchtohere(fs, jf); in test_then_block() 1713 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|
D | lcode.c | 311 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function 913 luaK_patchtohere(fs, fj); in exp2reg() 1135 luaK_patchtohere(fs, e->t); /* true list jumps to here (to go through) */ in luaK_goiftrue() 1161 luaK_patchtohere(fs, e->f); /* false list jumps to here (to go through) */ in luaK_goiffalse()
|