Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetwin.c101 w->_flags &= ~W_CONFIG_MASK; in getwin()
176 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK, in putwin()
H A Dprivate.h99 #define W_CONFIG_MASK 0x1f80 /* Mask of configurable flags. */ macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetwin.c104 w->_flags &= ~W_CONFIG_MASK;
189 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK,
H A Dprivate.h115 #define W_CONFIG_MASK 0x1f80 /* Mask of configurable flags. */ macro