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

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c997 int condexit; local
1001 condexit = cond(ls);
1008 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */
1014 int condexit; local
1023 condexit = cond(ls); /* read condition (inside scope block) */
1026 luaK_patchlist(ls->fs, condexit, repeat_init); /* close the loop */
1030 luaK_patchtohere(ls->fs, condexit); /* else... */
1134 int condexit; local
1136 condexit = cond(ls);
1139 return condexit;
[all...]

Completed in 119 milliseconds