Home
last modified time | relevance | path

Searched refs:condexit (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dlparser.c1462 int condexit; in whilestat() local
1466 condexit = cond(ls); in whilestat()
1473 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1479 int condexit; in repeatstat() local
1488 condexit = cond(ls); /* read condition (inside scope block) */ in repeatstat()
1492 luaK_patchtohere(fs, condexit); /* repetition must close upvalues */ in repeatstat()
1494 condexit = luaK_jump(fs); /* repeat after closing upvalues */ in repeatstat()
1497 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()