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

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c241 if (__m_screen->_flags & S_ISATTY) {
918 if (__m_screen->_flags & S_ISATTY) {
959 if ((__m_screen->_flags & S_ISATTY)
1003 if (__m_screen->_flags & S_ISATTY) {
H A Dprivate.h126 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
H A Dnewterm.c458 __m_screen->_flags &= ~S_ISATTY;
461 __m_screen->_flags |= S_ISATTY;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h110 #define S_ISATTY 0x0010 /* _kfd is a terminal. */ macro
H A Dnewterm.c458 __m_screen->_flags &= ~S_ISATTY;
462 __m_screen->_flags |= S_ISATTY;
H A Dwgetch.c240 if (!(__m_screen->_flags & S_ISATTY) ||

Completed in 19 milliseconds