Lines Matching refs:progress
76 * SIGALRM handler to update the progress meter
109 * Display a transfer progress bar if progress is non-zero.
136 * Work variables for progress bar.
138 * XXX: if the format of the progress bar changes
146 char buf[256]; /* workspace for progress bar */
149 #define BAROVERHEAD 45 /* non `*' portion of progress bar */
191 if (progress) {
193 if (quit_time > 0 || progress) {
204 if (!progress)
209 * print progress bar only if we are foreground process.
316 if (!verbose && !progress && !siginfo)
376 * SIG{INFO,QUIT} handler to print transfer stats if a transfer is in progress