Lines Matching defs:maxval
150 static size_t autostart, autostop, maxval;
206 if (maxval < stop)
207 maxval = stop;
213 if (autostop && maxval > autostop)
214 maxval = autostop;
248 if (col < maxval && !positions[1 + col]) {
256 while (i < col + clen && i < maxval &&
260 for (; i < col + clen && i < maxval; i++)
271 if ((i >= maxval && !autostop) ||
272 (i < maxval && !positions[1 + i])) {
322 for (field = maxval, p = lbuf; field; --field, ++pos) {