Lines Matching defs:barlen_TOT
138 int barlen_TOT;
144 barlen_TOT = (br_hist_TOT * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
148 barlen_TOT = barlen_LR = 0;
157 barlen_TOT - barlen_LR, brhist.bar_asterisk, Console_IO.str_clreoln);
162 barlen_TOT - barlen_LR, brhist.bar_asterisk,
163 Console_IO.disp_width - res - barlen_TOT, "");
174 int barlen_TOT = 0, barlen_COD = 0, barlen_RST = 0;
204 barlen_TOT = (full * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
206 barlen_RST = barlen_TOT - barlen_COD;
212 barlen_TOT = barlen_COD = barlen_RST = 0;
222 rst, barlen_RST, brhist.bar_space, Console_IO.disp_width - res - barlen_TOT,