Home
last modified time | relevance | path

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

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