Home
last modified time | relevance | path

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

/illumos-gate/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.c456 __m_screen->_flags &= ~S_ISATTY;
459 __m_screen->_flags |= S_ISATTY;
H A Dprivate.h124 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c456 __m_screen->_flags &= ~S_ISATTY; in typeahead()
460 __m_screen->_flags |= S_ISATTY; in typeahead()
H A Dprivate.h108 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
H A Dwgetch.c243 if (!(__m_screen->_flags & S_ISATTY) || in pollTypeahead()