Searched refs:A_STANDOUT (Results 1 – 11 of 11) sorted by relevance
189 modes[k] |= A_STANDOUT; in _change_video()223 newmode & A_STANDOUT, in _change_video()260 if ((turn_off & ~(A_ALTCHARSET | A_STANDOUT | A_UNDERLINE)) || in _change_video()
51 return (wattron(win, A_STANDOUT)); in wstandout()
95 (A_ALTCHARSET | A_STANDOUT | A_UNDERLINE), _outch); in endwin()
59 A_STANDOUT,741 cur_term->check_turn_off = A_STANDOUT | A_UNDERLINE | in setupterm()
1189 #define wstandout(win) wattron((win), A_STANDOUT)1356 #define A_STANDOUT 0000100000001357 #define _STANDOUT A_STANDOUT /* for compatability with old curses */
150 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT | in wrefresh()
60 A_STANDOUT, /* fore */
337 # ifdef A_STANDOUT338 # define A_REVERSE A_STANDOUT
212 #define A_STANDOUT 0x00010000U macro226 #define A_STANDOUT 0x00010000UL macro
202 #define A_STANDOUT 0x00010000L macro
6800 [!A_REVERSE && A_STANDOUT] (A_REVERSE): Set to A_STANDOUT.6801 [!A_REVERSE && !A_STANDOUT] (A_REVERSE): Set to zero.