Home
last modified time | relevance | path

Searched refs:_STANDOUT (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/ucblib/libcurses/
H A Drefresh.c229 if (SO && (*nsp&_STANDOUT) != in makech()
230 (curscr->_flags&_STANDOUT)) { in makech()
231 if (*nsp & _STANDOUT) { in makech()
233 curscr->_flags |= _STANDOUT; in makech()
236 curscr->_flags &= ~_STANDOUT; in makech()
242 if ((curscr->_flags&_STANDOUT) && in makech()
247 ~_STANDOUT; in makech()
277 if (UC && (*nsp & _STANDOUT)) { in makech()
324 if (curscr->_flags & _STANDOUT && !MS) { in domvcur()
326 curscr->_flags &= ~_STANDOUT; in domvcur()
H A Dendwin.c40 if (curscr->_flags & _STANDOUT) { in endwin()
42 curscr->_flags &= ~_STANDOUT; in endwin()
H A Dstandout.c41 win->_flags |= _STANDOUT; in wstandout()
55 win->_flags &= ~_STANDOUT; in wstandend()
H A Daddch.c55 if (win->_flags & _STANDOUT) in waddch()
56 c |= _STANDOUT; in waddch()
H A Dcr_put.c377 if ((i&_STANDOUT) == (curscr->_flags&_STANDOUT)) in plod()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h48 #define _STANDOUT 0200 macro
/titanic_41/usr/src/lib/libcurses/screen/
H A Dcurses.ed1357 #define _STANDOUT A_STANDOUT /* for compatability with old curses */