Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/
Dfmt.rs21 pub fn is_a_tty(stderr: bool) -> bool { in is_a_tty() function
32 pub fn is_a_tty(_: bool) -> bool { in is_a_tty() function
64 let is_a_tty = is_a_tty(option.use_stderr); in new() localVariable
68 ColorWhen::Auto if is_a_tty && !is_term_dumb => ColorWhen::Auto, in new()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h433 const bool is_a_tty = terminal.IsATerminal(); in Run() local
435 if (is_a_tty) { in Run()
467 if (is_a_tty) in Run()