Home
last modified time | relevance | path

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

/minix/lib/libcurses/
H A Dattributes.c167 if (attr & __BLINK && enter_blink_mode != NULL) in wattr_on()
168 win->wattr |= __BLINK; in wattr_on()
219 if (attr & __BLINK) in wattr_off()
220 win->wattr &= ~__BLINK; in wattr_off()
365 ch |= __BLINK; in termattrs()
401 attr |= __BLINK; in term_attrs()
H A Dcurses_private.h155 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT)
158 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT \
H A Dcurses.h225 #define __BLINK 0x00000800 /* Added characters are blinking. */ macro
249 #define A_BLINK __BLINK
266 #define WA_BLINK __BLINK /* Blinking */
H A Dcolor.c175 _cursesi_screen->nca |= __BLINK; in start_color()
H A Drefresh.c1091 if (on & __BLINK &&
1095 curscr->wattr |= __BLINK;