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

/freebsd-current/usr.bin/cut/
H A Dcut.c56 static size_t autostart, autostop, maxval; variable
175 if (setautostart && start > autostart)
176 autostart = start;
204 /* reversed range with autostart */
205 if (maxval < autostart) {
206 maxval = autostart;
210 /* set autostart */
211 if (autostart)
212 memset(positions + 1, '1', autostart);

Completed in 60 milliseconds