Home
last modified time | relevance | path

Searched refs:W_SCROLL_WINDOW (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h100 #define W_SCROLL_WINDOW 0x0010 /* Touches bottom-right corner */ macro
H A Dnewwin.c205 w->_flags |= W_SCROLL_WINDOW;
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h84 #define W_SCROLL_WINDOW 0x0010 /* Touches bottom-right corner */ macro
H A Dnewwin.c221 w->_flags |= W_SCROLL_WINDOW; in __m_newwin()