Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/cut/
Dcut.c125 int autostart, autostop, maxval; variable
160 if (!autostop || autostop > stop) in get_list()
161 autostop = stop; in get_list()
178 if (autostop && maxval > autostop) in get_list()
179 maxval = autostop; in get_list()
204 if (autostop) in c_cut()
262 if (autostop) { in f_cut()