Searched refs:autostart (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
182 if (setautostart && start > autostart)
183 autostart = start;
211 /* set autostart */
212 if (autostart)
213 memset(positions + 1, '1', autostart);

Completed in 179 milliseconds