HomeSort by: relevance | last modified time | path
    Searched refs:__STANDOUT (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libcurses/
standout.c 89 win->wattr |= __STANDOUT;
setterm.c 167 ~(__STANDOUT | __UNDERSCORE | __TERMATTR);
170 screen->mask_op &= ~__STANDOUT;
200 ~(__STANDOUT | __TERMATTR | __COLOR);
203 screen->mask_ue &= ~__STANDOUT;
213 screen->mask_se = __ATTRIBUTES & ~__STANDOUT;
215 screen->mask_se = WA_ATTRIBUTES & ~__STANDOUT;
attributes.c 311 ch |= __STANDOUT;
361 attr |= __STANDOUT;
412 if (attr & __STANDOUT && t_enter_standout_mode(t) != NULL &&
464 if (attr & __STANDOUT)
curses.h 221 #define __STANDOUT 0x00000100 /* Added characters are standout. */
246 #define A_STANDOUT __STANDOUT
263 #define WA_STANDOUT __STANDOUT /* Best highlighting mode */
refresh.c 877 if (off & __STANDOUT && exit_standout_mode != NULL) {
903 if (on & __STANDOUT &&
908 curscr->wattr |= __STANDOUT;
1005 ((nsp->attr & __STANDOUT) || (nsp->attr & __UNDERSCORE)))
2050 if (curscr->wattr & __STANDOUT && isms) {
color.c 175 _cursesi_screen->nca |= __STANDOUT;

Completed in 17 milliseconds