Searched refs:W_LEAVE_CURSOR (Results 1 – 10 of 10) sorted by relevance
70 w->_flags &= ~W_LEAVE_CURSOR; in leaveok()72 w->_flags |= W_LEAVE_CURSOR; in leaveok()
126 ns->_flags &= ~W_LEAVE_CURSOR; in pnoutrefresh()128 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR); in pnoutrefresh()
173 ns->_flags &= ~W_LEAVE_CURSOR; in wnoutrefresh()178 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR); in wnoutrefresh()
97 #define W_LEAVE_CURSOR 0x0200 /* leaveok() don't fuss with the cursor. */ macro
1132 if (!(newscr->_flags & W_LEAVE_CURSOR)) { in doupdate()
81 w->_flags &= ~W_LEAVE_CURSOR; in leaveok()83 w->_flags |= W_LEAVE_CURSOR; in leaveok()
135 ns->_flags &= ~W_LEAVE_CURSOR;137 & (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
167 ns->_flags &= ~W_LEAVE_CURSOR;172 & (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
113 #define W_LEAVE_CURSOR 0x0200 /* leaveok() don't fuss with the cursor. */ macro
994 if (!(newscr->_flags & W_LEAVE_CURSOR)) in doupdate()