Searched refs:condexit (Results 1 – 1 of 1) sorted by relevance
1237 int condexit; in whilestat() local1241 condexit = cond(ls); in whilestat()1248 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()1254 int condexit; in repeatstat() local1263 condexit = cond(ls); /* read condition (inside scope block) */ in repeatstat()1265 luaK_patchclose(fs, condexit, bl2.nactvar); in repeatstat()1267 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()