Searched refs:m_tflags (Results 1 – 2 of 2) sorted by relevance
412 m_tflags = -1; in Clear()423 m_tflags = ::fcntl(fd, F_GETFL, 0); in Save()441 fcntl(fd, F_SETFL, m_tflags); in Restore()468 bool TerminalState::TFlagsIsValid() const { return m_tflags != -1; } in TFlagsIsValid()
167 int m_tflags = -1; ///< Cached tflags information. variable