Home
last modified time | relevance | path

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

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