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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h26 bool IsATerminal() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp24 bool Terminal::IsATerminal() const { return m_fd >= 0 && ::isatty(m_fd); } function in class:Terminal
29 if (IsATerminal()) {
58 if (IsATerminal()) {
110 if (m_tty.IsATerminal()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h425 const bool is_a_tty = terminal.IsATerminal();

Completed in 105 milliseconds