Searched refs:m_ttystates (Results 1 – 4 of 4) sorted by relevance
96 return m_ttystates[idx].GetTTYState(fd, saveProcessGroup); in GetState()107 if (ValidStateIndex(m_currentState) && (idx == m_currentState) && m_ttystates[idx].IsValid()) in SetState()112 if (m_ttystates[idx].SetTTYState()) in SetState()
53 uint32_t NumStates() const { return sizeof(m_ttystates)/sizeof(TTYState); } in NumStates()58 TTYState m_ttystates[2]; variable
260 return sizeof(m_ttystates)/sizeof(TerminalState); in GetNumberOfStates()276 if (m_currentState < num_states && (idx == m_currentState) && m_ttystates[idx].IsValid()) in Restore()281 if (m_ttystates[idx].Restore()) in Restore()303 return m_ttystates[idx].Save(fd, save_process_group); in Save()
248 TerminalState m_ttystates[2]; ///< The array of TTY states that holds saved TTY info. variable