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

/freebsd-11-stable/usr.bin/cut/
H A Dcut.c63 static size_t autostart, autostop, maxval; variable
190 if (!autostop || autostop > stop)
191 autostop = stop;
206 if (autostop && maxval > autostop) {
207 maxval = autostop;
253 if (autostop)
314 if ((i >= maxval && !autostop) ||
350 if (autostop)
[all...]

Completed in 39 milliseconds