Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c216 w->_flags |= W_FULL_WINDOW; in __m_newwin()
225 if (w->_flags & W_FULL_WINDOW) { in __m_newwin()
H A Dwinsdel.c98 (w->_flags & W_FULL_WINDOW) && w->_top == 0 && in winsdelln()
H A Dwscrl.c130 if ((w->_flags & W_FULL_WINDOW) && in wscrl()
H A Dprivate.h83 #define W_FULL_WINDOW 0x0008 /* Window is full screen. */ macro
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrl.c86 if ((w->_flags & W_FULL_WINDOW)
H A Dnewwin.c200 w->_flags |= W_FULL_WINDOW;
209 if (w->_flags & W_FULL_WINDOW)
H A Dwinsdel.c101 if (w->_scroll && w->_cury == 0 && n != 0 && (w->_flags & W_FULL_WINDOW)
H A Dprivate.h99 #define W_FULL_WINDOW 0x0008 /* Window is full screen. */ macro