| 156 | } |
| 157 | |
| 158 | void instant_progress(const char *fname) |
| 159 | { |
| 160 | /* We only get here if want_progress_now is True */ |
| 161 | if (!stdout_format_has_i && !INFO_GTE(NAME, 1)) |
| 162 | rprintf(FINFO, "%s\n", fname); |
| 163 | end_progress(0); |
| 164 | want_progress_now = False; |
| 165 | } |
| 166 | |
| 167 | void end_progress(OFF_T size) |
| 168 | { |
no test coverage detected