Searched refs:_STANDOUT (Results 1 – 7 of 7) sorted by relevance
227 if (SO && (*nsp&_STANDOUT) != in makech()228 (curscr->_flags&_STANDOUT)) { in makech()229 if (*nsp & _STANDOUT) { in makech()231 curscr->_flags |= _STANDOUT; in makech()234 curscr->_flags &= ~_STANDOUT; in makech()240 if ((curscr->_flags&_STANDOUT) && in makech()245 ~_STANDOUT; in makech()275 if (UC && (*nsp & _STANDOUT)) { in makech()322 if (curscr->_flags & _STANDOUT && !MS) { in domvcur()324 curscr->_flags &= ~_STANDOUT; in domvcur()
38 if (curscr->_flags & _STANDOUT) { in endwin()40 curscr->_flags &= ~_STANDOUT; in endwin()
39 win->_flags |= _STANDOUT; in wstandout()53 win->_flags &= ~_STANDOUT; in wstandend()
53 if (win->_flags & _STANDOUT) in waddch()54 c |= _STANDOUT; in waddch()
368 if ((i&_STANDOUT) == (curscr->_flags&_STANDOUT)) in plod()
46 #define _STANDOUT 0200 macro
1357 #define _STANDOUT A_STANDOUT /* for compatability with old curses */