Lines Matching defs:stop
2035 "Comma-separated range of test permutations to run (start,stop,step).",
2183 intmax_t stop = -1;
2197 stop = strtoumax(optarg, &parsed, 0);
2198 // allow empty string for stop=end
2200 stop = -1;
2211 // allow empty string for stop=1
2222 // single value = stop only
2223 stop = start;
2236 ? i > stop
2237 : (uintmax_t)i < (uintmax_t)stop;
2572 // allow empty string for stop=end
2585 // allow empty string for stop=1
2596 // single value = stop only