Home
last modified time | relevance | path

Searched refs:TerminalState (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Host/common/
DTerminal.cpp108 TerminalState::TerminalState() : in TerminalState() function in TerminalState
119 TerminalState::~TerminalState() in ~TerminalState()
124 TerminalState::Clear () in Clear()
138 TerminalState::Save (int fd, bool save_process_group) in Save()
171 TerminalState::Restore () const in Restore()
207 TerminalState::IsValid() const in IsValid()
216 TerminalState::TFlagsIsValid() const in TFlagsIsValid()
225 TerminalState::TTYStateIsValid() const in TTYStateIsValid()
234 TerminalState::ProcessGroupIsValid() const in ProcessGroupIsValid()
260 return sizeof(m_ttystates)/sizeof(TerminalState); in GetNumberOfStates()
/external/lldb/include/lldb/Host/
DTerminal.h78 class TerminalState
84 TerminalState();
89 ~TerminalState();
248 TerminalState m_ttystates[2]; ///< The array of TTY states that holds saved TTY info.
/external/lldb/include/lldb/Core/
DDebugger.h363 TerminalState m_terminal_state;
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h397 TerminalState m_terminal_state;
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp3079 TerminalState stdin_tty_state; in InitializePrivate()