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

  /src/lib/libcurses/
attributes.c 308 ch |= __REVERSE;
344 attr |= __REVERSE;
395 if (attr & __REVERSE && t_enter_reverse_mode(t) != NULL)
396 win->wattr |= __REVERSE;
447 if (attr & __REVERSE)
448 win->wattr &= ~__REVERSE;
curses_private.h 152 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT)
155 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT \
curses.h 223 #define __REVERSE 0x00000400 /* Added characters are reverse
248 #define A_REVERSE __REVERSE
265 #define WA_REVERSE __REVERSE /* Reverse video */
color.c 179 _cursesi_screen->nca |= __REVERSE;
refresh.c 953 if (on & __REVERSE && enter_reverse_mode != NULL)
956 curscr->wattr |= __REVERSE;

Completed in 2343 milliseconds