Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/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.c59 value = __m_screen != NULL && (__m_screen->_flags & S_ENDWIN); in isendwin()
H A Dprivate.h105 #define S_ENDWIN 0x0002 /* Curses is in "shell" mode. */ macro
H A Dnewterm.c321 sp->_flags |= S_ENDWIN; in newterm()
H A Ddoupdate.c1061 if (__m_screen->_flags & S_ENDWIN) { in doupdate()
1063 __m_screen->_flags &= ~S_ENDWIN; in doupdate()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dendwin.c57 if (!(__m_screen->_flags & S_ENDWIN)) { in endwin()
79 __m_screen->_flags = S_ENDWIN; in endwin()
H A Disendwin.c60 value = __m_screen != (SCREEN *) 0 && (__m_screen->_flags & S_ENDWIN); in isendwin()
H A Dprivate.h121 #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.c326 sp->_flags |= S_ENDWIN;