HomeSort by: relevance | last modified time | path
    Searched defs:autostop (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/cut/
cut.c 150 static size_t autostart, autostop, maxval; variable in typeref:typename:size_t
190 if (!autostop || autostop > stop)
191 autostop = stop;
213 if (autostop && maxval > autostop)
214 maxval = autostop;
271 if ((i >= maxval && !autostop) ||
336 if (autostop) {
cut.c 150 static size_t autostart, autostop, maxval; variable in typeref:typename:size_t
190 if (!autostop || autostop > stop)
191 autostop = stop;
213 if (autostop && maxval > autostop)
214 maxval = autostop;
271 if ((i >= maxval && !autostop) ||
336 if (autostop) {

Completed in 22 milliseconds