Searched defs:Verbcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c468 Verbcnt = 0, /* Count of number of dots '.' output */ variable
5446 if ((Args & OCV) && Verbcnt) { /* clear current line of dots */
5448 Verbcnt = 0;
7113 if (Verbcnt++ >= 49) { /* start a new line of dots */
7114 Verbcnt = 0;

Completed in 63 milliseconds