Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetwin.c103 w->_flags &= ~W_CONFIG_MASK; in getwin()
178 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK, in putwin()
H A Dprivate.h101 #define W_CONFIG_MASK 0x1f80 /* Mask of configurable flags. */ macro
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetwin.c106 w->_flags &= ~W_CONFIG_MASK;
191 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK,
H A Dprivate.h117 #define W_CONFIG_MASK 0x1f80 /* Mask of configurable flags. */ macro