Home
last modified time | relevance | path

Searched refs:A_STANDOUT (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dvidupdate.c189 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()
H A D_wstandout.c51 return (wattron(win, A_STANDOUT)); in wstandout()
H A Dendwin.c95 (A_ALTCHARSET | A_STANDOUT | A_UNDERLINE), _outch); in endwin()
H A Dsetupterm.c59 A_STANDOUT,
741 cur_term->check_turn_off = A_STANDOUT | A_UNDERLINE | in setupterm()
H A Dcurses.ed1189 #define wstandout(win) wattron((win), A_STANDOUT)
1356 #define A_STANDOUT 000010000000
1357 #define _STANDOUT A_STANDOUT /* for compatability with old curses */
H A Dwrefresh.c150 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT | in wrefresh()
/titanic_50/usr/src/lib/libeti/menu/common/
H A Dglobal.c60 A_STANDOUT, /* fore */
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dshared.h337 # ifdef A_STANDOUT
338 # define A_REVERSE A_STANDOUT
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h212 #define A_STANDOUT 0x00010000U macro
226 #define A_STANDOUT 0x00010000UL macro
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h202 #define A_STANDOUT 0x00010000L macro
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog6800 [!A_REVERSE && A_STANDOUT] (A_REVERSE): Set to A_STANDOUT.
6801 [!A_REVERSE && !A_STANDOUT] (A_REVERSE): Set to zero.