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

/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c143 * The COLUMNS_PER_BYTE is set to 4 to match the printf
146 #define COLUMNS_PER_BYTE 4 macro
161 if ((nbytes * COLUMNS_PER_BYTE + cnum) > columns) {
166 if (cnum > columns - COLUMNS_PER_BYTE) {
171 cnum += COLUMNS_PER_BYTE;

Completed in 58 milliseconds