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

/ast/src/cmd/pax/
H A Dmisc.c875 if (n > (state.meter.width - METER_width))
878 s += n - (state.meter.width - METER_width) + 1;
879 n = state.meter.width - METER_width;
883 j = n + METER_width;
H A Dpax.h93 #define METER_width (METER_parts + 7) macro
H A Dpax.c1043 if (state.meter.width < 2 * (METER_width + 1))
1044 state.meter.width = 2 * (METER_width + 1);
/ast/src/cmd/INIT/
H A Dratz.c53 #define METER_width 80 macro
5114 if (n > (METER_width - METER_parts - 1))
5116 s += n - (METER_width - METER_parts - 1);
5117 n = METER_width - METER_parts - 1;

Completed in 80 milliseconds