Searched refs:m_ttystate (Results 1 – 2 of 2) sorted by relevance
38 m_ttystateErr = tcgetattr (fd, &m_ttystate); in GetTTYState()64 result = tcsetattr (m_fd, TCSANOW, &m_ttystate); in SetTTYState()
39 struct termios m_ttystate; variable