Home
last modified time | relevance | path

Searched refs:__DIM (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/lib/libcurses/
Dattributes.c302 ch |= __DIM; in termattrs()
338 attr |= __DIM; in term_attrs()
389 if (attr & __DIM && t_enter_dim_mode(t) != NULL) in __wattr_on()
390 win->wattr |= __DIM; in __wattr_on()
441 if (attr & __DIM) in __wattr_off()
442 win->wattr &= ~__DIM; in __wattr_off()
Dcurses_private.h152 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT)
155 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT \
Dcurses.h226 #define __DIM 0x00001000 /* Added characters are dim. */ macro
250 #define A_DIM __DIM
267 #define WA_DIM __DIM /* Half bright */
Dcolor.c183 _cursesi_screen->nca |= __DIM; in start_color()
Drefresh.c938 if (on & __DIM && enter_dim_mode != NULL) in putattr()
941 curscr->wattr |= __DIM; in putattr()