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

  /external/lldb/include/lldb/Host/
Terminal.h 248 TerminalState m_ttystates[2]; ///< The array of TTY states that holds saved TTY info. member in class:lldb_private::TerminalStateSwitcher
  /external/lldb/tools/debugserver/source/
TTYState.h 53 uint32_t NumStates() const { return sizeof(m_ttystates)/sizeof(TTYState); }
58 TTYState m_ttystates[2]; member in class:TTYStateSwitcher

Completed in 59 milliseconds