Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c136 int *stopnow) { in forlimit() argument
137 *stopnow = 0; /* usually, let loops run */ in forlimit()
144 if (step < 0) *stopnow = 1; in forlimit()
148 if (step >= 0) *stopnow = 1; in forlimit()
1219 int stopnow; in luaV_execute() local
1221 forlimit(plimit, &ilimit, ivalue(pstep), &stopnow)) { in luaV_execute()
1223 lua_Integer initv = (stopnow ? 0 : ivalue(init)); in luaV_execute()