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

/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c49 static unsigned int cplmax; /* maximum characters per line */ variable
144 cplmax = 1;
145 for (i = columns + 1; i <= col; i *= 2) cplmax *= 2;
146 cplmax /= 2;
246 cpl = cpl % cplmax;

Completed in 76 milliseconds