Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c77 (parent && (parent->_flags & W_IS_PAD)); in __m_newwin()
195 w->_flags |= W_IS_PAD; /* Inherit PAD attribute */ in __m_newwin()
197 (parent && !(parent->_flags & W_IS_PAD))) { in __m_newwin()
H A Dwrefresh.c89 value = (w->_flags & W_IS_PAD) ? ERR : OK; in wnoutrefresh()
H A Dprivate.h80 #define W_IS_PAD 0x0001 /* Window is a pad. */ macro
/titanic_41/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