Searched refs:condexit (Results 1 – 1 of 1) sorted by relevance
1245 int condexit; in whilestat() local1249 condexit = cond(ls); in whilestat()1256 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()1262 int condexit; in repeatstat() local1271 condexit = cond(ls); /* read condition (inside scope block) */ in repeatstat()1273 luaK_patchclose(fs, condexit, bl2.nactvar); in repeatstat()1275 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()