Home
last modified time | relevance | path

Searched refs:S_ISATTY (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c240 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()
H A Dnewterm.c458 __m_screen->_flags &= ~S_ISATTY;
461 __m_screen->_flags |= S_ISATTY;
H A Dprivate.h126 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c458 __m_screen->_flags &= ~S_ISATTY; in typeahead()
462 __m_screen->_flags |= S_ISATTY; in typeahead()
H A Dprivate.h110 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
H A Dwgetch.c245 if (!(__m_screen->_flags & S_ISATTY) || in pollTypeahead()