Home | History | Annotate | Download | only in src

Lines Matching full:condexit

1237   int condexit;
1241 condexit = cond(ls);
1248 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */
1254 int condexit;
1263 condexit = cond(ls); /* read condition (inside scope block) */
1265 luaK_patchclose(fs, condexit, bl2.nactvar);
1267 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */