HomeSort by: relevance | last modified time | path
    Searched defs:autostart (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
182 if (setautostart && start > autostart)
183 autostart = start;
216 /* set autostart */
217 if (autostart)
218 (void)memset(positions + 1, '1', autostart);
cut.c 150 static size_t autostart, autostop, maxval; variable in typeref:typename:size_t
182 if (setautostart && start > autostart)
183 autostart = start;
216 /* set autostart */
217 if (autostart)
218 (void)memset(positions + 1, '1', autostart);

Completed in 30 milliseconds