Searched refs:S_ISATTY (Results 1 – 6 of 6) sorted by relevance
240 if (__m_screen->_flags & S_ISATTY) {917 if (__m_screen->_flags & S_ISATTY) { in doupdate()958 if ((__m_screen->_flags & S_ISATTY) in doupdate()1002 if (__m_screen->_flags & S_ISATTY) { in doupdate()
458 __m_screen->_flags &= ~S_ISATTY;461 __m_screen->_flags |= S_ISATTY;
126 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
458 __m_screen->_flags &= ~S_ISATTY; in typeahead()462 __m_screen->_flags |= S_ISATTY; in typeahead()
110 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
245 if (!(__m_screen->_flags & S_ISATTY) || in pollTypeahead()