Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c68 w->_flags &= ~W_LEAVE_CURSOR; in leaveok()
70 w->_flags |= W_LEAVE_CURSOR; in leaveok()
H A Dprefresh.c124 ns->_flags &= ~W_LEAVE_CURSOR; in pnoutrefresh()
126 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR); in pnoutrefresh()
H A Dwrefresh.c171 ns->_flags &= ~W_LEAVE_CURSOR; in wnoutrefresh()
176 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR); in wnoutrefresh()
H A Dprivate.h95 #define W_LEAVE_CURSOR 0x0200 /* leaveok() don't fuss with the cursor. */ macro
H A Ddoupdate.c1130 if (!(newscr->_flags & W_LEAVE_CURSOR)) { in doupdate()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dclearok.c79 w->_flags &= ~W_LEAVE_CURSOR; in leaveok()
81 w->_flags |= W_LEAVE_CURSOR; in leaveok()
H A Dprefresh.c133 ns->_flags &= ~W_LEAVE_CURSOR;
135 & (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
H A Dwrefresh.c165 ns->_flags &= ~W_LEAVE_CURSOR;
170 & (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
H A Dprivate.h111 #define W_LEAVE_CURSOR 0x0200 /* leaveok() don't fuss with the cursor. */ macro
H A Ddoupdate.c994 if (!(newscr->_flags & W_LEAVE_CURSOR)) in doupdate()