Searched refs:v_tty (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/fetch/
H A Dfetch.c84 static int v_tty; /* stdout is a tty */ variable
1152 v_tty = isatty(STDERR_FILENO);
1153 v_progress = v_tty && v_level > 0;
1160 if (v_tty)

Completed in 78 milliseconds