Searched refs:A_STANDOUT (Results 1 – 11 of 11) sorted by relevance
187 modes[k] |= A_STANDOUT; in _change_video()221 newmode & A_STANDOUT, in _change_video()258 if ((turn_off & ~(A_ALTCHARSET | A_STANDOUT | A_UNDERLINE)) || in _change_video()
49 return (wattron(win, A_STANDOUT)); in wstandout()
93 (A_ALTCHARSET | A_STANDOUT | A_UNDERLINE), _outch); in endwin()
57 A_STANDOUT,748 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 */
148 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT | in wrefresh()
58 A_STANDOUT, /* fore */
338 # ifdef A_STANDOUT339 # define A_REVERSE A_STANDOUT
210 #define A_STANDOUT 0x00010000U macro224 #define A_STANDOUT 0x00010000UL macro
200 #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.