HomeSort by relevance Sort by last modified time
    Searched defs:TerminalState (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Host/common/
Terminal.cpp 108 TerminalState::TerminalState() :
119 TerminalState::~TerminalState()
124 TerminalState::Clear ()
138 TerminalState::Save (int fd, bool save_process_group)
171 TerminalState::Restore () const
207 TerminalState::IsValid() const
216 TerminalState::TFlagsIsValid() const
225 TerminalState::TTYStateIsValid() cons
    [all...]
  /external/lldb/include/lldb/Host/
Terminal.h 78 class TerminalState
84 TerminalState();
89 ~TerminalState();
116 /// previous call to TerminalState::Save(int,bool).
248 TerminalState m_ttystates[2]; ///< The array of TTY states that holds saved TTY info.

Completed in 119 milliseconds