Searched refs:is_a_tty (Results 1 – 2 of 2) sorted by relevance
21 pub fn is_a_tty(stderr: bool) -> bool { in is_a_tty() function32 pub fn is_a_tty(_: bool) -> bool { in is_a_tty() function64 let is_a_tty = is_a_tty(option.use_stderr); in new() localVariable68 ColorWhen::Auto if is_a_tty && !is_term_dumb => ColorWhen::Auto, in new()
433 const bool is_a_tty = terminal.IsATerminal(); in Run() local435 if (is_a_tty) { in Run()467 if (is_a_tty) in Run()