__STANDOUT
ch |= __STANDOUT;
attr |= __STANDOUT;
if (attr & __STANDOUT && t_enter_standout_mode(t) != NULL &&
if (attr & __STANDOUT)
_cursesi_screen->nca |= __STANDOUT;
#define A_STANDOUT __STANDOUT
#define WA_STANDOUT __STANDOUT /* Best highlighting mode */
((nsp->attr & __STANDOUT) || (nsp->attr & __UNDERSCORE)))
if (curscr->wattr & __STANDOUT && isms) {
if (off & __STANDOUT && exit_standout_mode != NULL) {
if (on & __STANDOUT &&
curscr->wattr |= __STANDOUT;
~(__STANDOUT | __UNDERSCORE | __TERMATTR);
screen->mask_op &= ~__STANDOUT;
~(__STANDOUT | __TERMATTR | __COLOR);
screen->mask_ue &= ~__STANDOUT;
screen->mask_se = __ATTRIBUTES & ~__STANDOUT;
screen->mask_se = WA_ATTRIBUTES & ~__STANDOUT;
win->wattr |= __STANDOUT;