Searched refs:m_ttystates (Results 1 – 4 of 4) sorted by relevance
70 return m_ttystates[idx].GetTTYState(fd, saveProcessGroup); in GetState()80 m_ttystates[idx].IsValid()) in SetState()85 if (m_ttystates[idx].SetTTYState()) { in SetState()
50 uint32_t NumStates() const { return sizeof(m_ttystates) / sizeof(TTYState); } in NumStates()55 TTYState m_ttystates[2]; variable
199 return llvm::array_lengthof(m_ttystates); in GetNumberOfStates()212 m_ttystates[idx].IsValid()) in Restore()217 if (m_ttystates[idx].Restore()) { in Restore()234 return m_ttystates[idx].Save(fd, save_process_group); in Save()
176 m_ttystates[2]; ///< The array of TTY states that holds saved TTY info. variable