Searched refs:barwidth (Results 1 – 2 of 2) sorted by relevance
21 int barwidth; member36 if (prog->labelwidth + prog->barwidth > 80) { in ext2fs_progress_display()41 for (i=0; i < prog->barwidth; i++) in ext2fs_progress_display()43 for (i=0; i < prog->barwidth; i++) in ext2fs_progress_display()54 level = prog->barwidth * current / prog->maxdone; in ext2fs_progress_update()55 old_level = prog->barwidth * prog->current / prog->maxdone; in ext2fs_progress_update()79 int labelwidth, int barwidth, in ext2fs_progress_init() argument97 prog->barwidth = barwidth; in ext2fs_progress_init()
154 int labelwidth, int barwidth,