Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c70 w->_flags &= ~W_LEAVE_CURSOR; in leaveok()
72 w->_flags |= W_LEAVE_CURSOR; in leaveok()
H A Dprefresh.c126 ns->_flags &= ~W_LEAVE_CURSOR; in pnoutrefresh()
128 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR); in pnoutrefresh()
H A Dwrefresh.c173 ns->_flags &= ~W_LEAVE_CURSOR; in wnoutrefresh()
178 (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR); in wnoutrefresh()
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)) { in doupdate()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dclearok.c81 w->_flags &= ~W_LEAVE_CURSOR; in leaveok()
83 w->_flags |= W_LEAVE_CURSOR; in leaveok()
H A Dprefresh.c135 ns->_flags &= ~W_LEAVE_CURSOR;
137 & (W_CLEAR_WINDOW | W_REDRAW_WINDOW | W_LEAVE_CURSOR);
H A Dwrefresh.c167 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.c994 if (!(newscr->_flags & W_LEAVE_CURSOR)) in doupdate()