Searched refs:condexit (Results 1 – 2 of 2) sorted by relevance
995 int condexit; in whilestat() local999 condexit = cond(ls); in whilestat()1006 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()1012 int condexit; in repeatstat() local1021 condexit = cond(ls); /* read condition (inside scope block) */ in repeatstat()1024 luaK_patchlist(ls->fs, condexit, repeat_init); /* close the loop */ in repeatstat()1028 luaK_patchtohere(ls->fs, condexit); /* else... */ in repeatstat()1132 int condexit; in test_then_block() local1134 condexit = cond(ls); in test_then_block()1137 return condexit; in test_then_block()
1241 int condexit; in whilestat() local1245 condexit = cond(ls); in whilestat()1252 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()1258 int condexit; in repeatstat() local1267 condexit = cond(ls); /* read condition (inside scope block) */ in repeatstat()1269 luaK_patchclose(fs, condexit, bl2.nactvar); in repeatstat()1271 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()