Searched refs:W_LEAVE_CURSOR (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c70 w->_flags &= ~W_LEAVE_CURSOR;
72 w->_flags |= W_LEAVE_CURSOR;
H A Dprefresh.c125 /* Last refreshed window controls W_LEAVE_CURSOR flag. */
126 ns->_flags &= ~W_LEAVE_CURSOR;
128 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
H A Dwrefresh.c172 /* Last refreshed window controls W_LEAVE_CURSOR flag. */
173 ns->_flags &= ~W_LEAVE_CURSOR;
178 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
H A Dprivate.h97 #define W_LEAVE_CURSOR 0x0200 /* leaveok() don't fuss with the cursor. */ macro
H A Ddoupdate.c1132 if (!(newscr->_flags & W_LEAVE_CURSOR)) {
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dclearok.c81 w->_flags &= ~W_LEAVE_CURSOR;
83 w->_flags |= W_LEAVE_CURSOR;
H A Dprefresh.c134 /* Last refreshed window controls W_LEAVE_CURSOR flag. */
135 ns->_flags &= ~W_LEAVE_CURSOR;
137 & (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
H A Dwrefresh.c166 /* Last refreshed window controls W_LEAVE_CURSOR flag. */
167 ns->_flags &= ~W_LEAVE_CURSOR;
172 & (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
H A Dprivate.h113 #define W_LEAVE_CURSOR 0x0200 /* leaveok() don't fuss with the cursor. */ macro
H A Ddoupdate.c995 if (!(newscr->_flags & W_LEAVE_CURSOR))

Completed in 30 milliseconds