Searched refs:S_ENDWIN (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Disendwin.c61 value = __m_screen != NULL && (__m_screen->_flags & S_ENDWIN);
H A Dendwin.c61 if (!(__m_screen->_flags & S_ENDWIN)) {
83 __m_screen->_flags = S_ENDWIN;
H A Dprivate.h107 #define S_ENDWIN 0x0002 /* Curses is in "shell" mode. */ macro
H A Dnewterm.c323 sp->_flags |= S_ENDWIN;
H A Ddoupdate.c1063 if (__m_screen->_flags & S_ENDWIN) {
1065 __m_screen->_flags &= ~S_ENDWIN;
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Disendwin.c62 value = __m_screen != (SCREEN *) 0 && (__m_screen->_flags & S_ENDWIN);
H A Dendwin.c59 if (!(__m_screen->_flags & S_ENDWIN)) {
81 __m_screen->_flags = S_ENDWIN;
H A Dprivate.h123 #define S_ENDWIN 0x0002 /* Curses is in "shell" mode. */ macro
H A Ddoupdate.c941 if (__m_screen->_flags & S_ENDWIN) {
943 __m_screen->_flags &= ~S_ENDWIN;
H A Dnewterm.c328 sp->_flags |= S_ENDWIN;

Completed in 23 milliseconds