Searched refs:autostop (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/cut/
H A Dcut.c56 static size_t autostart, autostop, maxval; variable
183 if (!autostop || autostop > stop)
184 autostop = stop;
199 if (autostop && maxval > autostop) {
200 maxval = autostop;
252 if (autostop)
314 if ((i >= maxval && !autostop) ||
351 if (autostop)
[all...]

Completed in 94 milliseconds