Searched refs:stopnow (Results 1 – 1 of 1) sorted by relevance
136 int *stopnow) { in forlimit() argument137 *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() local1221 forlimit(plimit, &ilimit, ivalue(pstep), &stopnow)) { in luaV_execute()1223 lua_Integer initv = (stopnow ? 0 : ivalue(init)); in luaV_execute()