Searched refs:progress_automatic (Results 1 – 2 of 2) sorted by relevance
45 static bool progress_automatic = false; variable122 progress_automatic = is_tty(STDERR_FILENO); in message_init()222 && (progress_automatic || opt_mode == MODE_LIST)) in message_filename()251 if (verbosity >= V_VERBOSE && progress_automatic) { in message_progress_start()579 if (verbosity >= V_VERBOSE && progress_automatic) { in message_progress_update()598 assert(progress_automatic); in message_progress_update()637 if (progress_automatic) { in progress_flush()
8268 Also explicitly initialize progress_automatic to make it clear