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

  /src/lib/libcurses/
underscore.c 82 win->wattr |= __UNDERSCORE;
100 win->wattr &= ~__UNDERSCORE;
setterm.c 167 ~(__STANDOUT | __UNDERSCORE | __TERMATTR);
173 screen->mask_op &= ~__UNDERSCORE;
193 screen->mask_ue = __ATTRIBUTES & ~__UNDERSCORE;
195 screen->mask_ue = WA_ATTRIBUTES & ~__UNDERSCORE;
220 ~(__UNDERSCORE | __TERMATTR | __COLOR);
223 screen->mask_se &= ~__UNDERSCORE;
attributes.c 313 ch |= __UNDERSCORE;
363 attr |= __UNDERSCORE;
415 if (attr & __UNDERSCORE && t_enter_underline_mode(t) != NULL &&
466 if (attr & __UNDERSCORE)
curses.h 222 #define __UNDERSCORE 0x00000200 /* Added characters are underscored. */
247 #define A_UNDERLINE __UNDERSCORE
264 #define WA_UNDERLINE __UNDERSCORE /* Underlining */
refresh.c 864 if (off & __UNDERSCORE && exit_underline_mode != NULL) {
916 if (on & __UNDERSCORE &&
921 curscr->wattr |= __UNDERSCORE;
1005 ((nsp->attr & __STANDOUT) || (nsp->attr & __UNDERSCORE)))
2059 if (curscr->wattr & __UNDERSCORE && isms) {
color.c 177 _cursesi_screen->nca |= __UNDERSCORE;

Completed in 41 milliseconds