Lines Matching full:progress
86 * SIGALRM handler to update the progress meter
117 * Display a transfer progress bar if progress is non-zero.
144 * Work variables for progress bar.
146 * XXX: if the format of the progress bar changes
153 char buf[256]; /* workspace for progress bar */
155 #define BAROVERHEAD 45 /* non `*' portion of progress bar */
197 if (progress) {
199 if (quit_time > 0 || progress) {
210 if (!progress)
215 * print progress bar only if we are foreground process.
322 if (!verbose && !progress && !siginfo)
382 * SIG{INFO,QUIT} handler to print transfer stats if a transfer is in progress