Home
last modified time | relevance | path

Searched refs:W_FULL_WINDOW (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c214 w->_flags |= W_FULL_WINDOW; in __m_newwin()
223 if (w->_flags & W_FULL_WINDOW) { in __m_newwin()
H A Dwinsdel.c96 (w->_flags & W_FULL_WINDOW) && w->_top == 0 && in winsdelln()
H A Dwscrl.c128 if ((w->_flags & W_FULL_WINDOW) && in wscrl()
H A Dprivate.h81 #define W_FULL_WINDOW 0x0008 /* Window is full screen. */ macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c198 w->_flags |= W_FULL_WINDOW;
207 if (w->_flags & W_FULL_WINDOW)
H A Dwscrl.c84 if ((w->_flags & W_FULL_WINDOW)
H A Dwinsdel.c99 if (w->_scroll && w->_cury == 0 && n != 0 && (w->_flags & W_FULL_WINDOW)
H A Dprivate.h97 #define W_FULL_WINDOW 0x0008 /* Window is full screen. */ macro