Searched refs:W_IS_PAD (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c189 || (parent != (WINDOW *) 0 && (parent->_flags & W_IS_PAD))) {
190 w->_flags |= W_IS_PAD;
233 (w->_flags & W_IS_PAD) ? "pad" : "window"
H A Dwrefresh.c89 value = (w->_flags & W_IS_PAD) ? ERR : OK;
H A Dprivate.h96 #define W_IS_PAD 0x0001 /* Window is a pad. */ macro
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c77 (parent && (parent->_flags & W_IS_PAD));
195 w->_flags |= W_IS_PAD; /* Inherit PAD attribute */
197 (parent && !(parent->_flags & W_IS_PAD))) {
H A Dwrefresh.c89 value = (w->_flags & W_IS_PAD) ? ERR : OK;
H A Dprivate.h80 #define W_IS_PAD 0x0001 /* Window is a pad. */ macro

Completed in 36 milliseconds