Searched refs:_STANDOUT (Results 1 – 7 of 7) sorted by relevance
229 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()
40 if (curscr->_flags & _STANDOUT) { in endwin()42 curscr->_flags &= ~_STANDOUT; in endwin()
41 win->_flags |= _STANDOUT; in wstandout()55 win->_flags &= ~_STANDOUT; in wstandend()
55 if (win->_flags & _STANDOUT) in waddch()56 c |= _STANDOUT; in waddch()
377 if ((i&_STANDOUT) == (curscr->_flags&_STANDOUT)) in plod()
48 #define _STANDOUT 0200 macro
1357 #define _STANDOUT A_STANDOUT /* for compatability with old curses */