Home
last modified time | relevance | path

Searched refs:progress_automatic (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/xz/src/xz/
H A Dmessage.c45 static bool progress_automatic = false; variable
122 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()
/freebsd/contrib/xz/
H A DChangeLog8268 Also explicitly initialize progress_automatic to make it clear