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

/freebsd-13-stable/usr.bin/cut/
H A Dcut.c65 static size_t autostart, autostop, maxval; variable
184 if (setautostart && start > autostart)
185 autostart = start;
213 /* reversed range with autostart */
214 if (maxval < autostart) {
215 maxval = autostart;
219 /* set autostart */
220 if (autostart)
221 memset(positions + 1, '1', autostart);

Completed in 48 milliseconds