Lines Matching refs:perc
74 int perc; /* barlen = (w * perc) / 100 */
76 int label; /* rangebox and pause perc!=label */
85 barlen = b->perc > 0 ? (b->perc * b->w) / 100 : 0;
119 int cols, unsigned int perc, int fd, const char *sep, const char *end)
145 perc = MIN(perc, 100);
161 b.perc = b.label = perc;
179 fscanf(input, "%d", &perc);
180 perc = MIN(perc, 100);
299 /* perc */
305 b.perc = b.label = MIN(miniperc, 100);
338 b.perc = b.label = MIN(mainperc, 100);
370 int perc, retval, *minipercs;
424 perc = pvconf->callback(&minibar[i]);
426 if (minibar[i].status == BSDDIALOG_MG_DONE) { /*||perc >= 100)*/
431 perc < 0) {
434 } else /* perc >= 0 */
435 minipercs[i] = perc;
499 b.perc = ((float)(currvalue - min)*100) / (positions-1);
645 b.perc = (float)tout * 100 / *seconds;