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

/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c160 static int lineout; /* data waiting to be printed? */ variable
1651 * Write a newline out and clear the lineout flag.
1656 if (lineout) {
1658 lineout = 0;
1673 if (do_raw && lineout == 1)
1677 lineout = 1;

Completed in 62 milliseconds