Lines Matching refs:stop
159 size_t setautostart, start, stop;
175 setautostart = start = stop = 0;
181 start = stop = strtol(p, &p, 10);
187 stop = strtol(p + 1, &p, 10);
190 if (!autostop || autostop > stop)
191 autostop = stop;
196 if (!stop || !start)
198 if (stop + 1 > numpositions) {
200 newsize = roundup(stop + 1, ALLOC_CHUNK);
206 if (maxval < stop)
207 maxval = stop;
208 for (pos = positions + start; start++ <= stop; pos++)