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

/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c54 #define METER_parts 20 macro
5096 char bar[METER_parts + 1];
5114 if (n > (METER_width - METER_parts - 1))
5116 s += n - (METER_width - METER_parts - 1);
5117 n = METER_width - METER_parts - 1;
5119 j = n + METER_parts + 2;
5124 if ((i = (p / (100 / METER_parts))) >= sizeof(bar))

Completed in 175 milliseconds