Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.c1245 int condexit; in whilestat() local
1249 condexit = cond(ls); in whilestat()
1256 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1262 int condexit; in repeatstat() local
1271 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()