Searched refs:__BLINK (Results 1 – 5 of 5) sorted by relevance
167 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()
155 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT)158 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT \
225 #define __BLINK 0x00000800 /* Added characters are blinking. */ macro249 #define A_BLINK __BLINK266 #define WA_BLINK __BLINK /* Blinking */
175 _cursesi_screen->nca |= __BLINK; in start_color()
1091 if (on & __BLINK &&1095 curscr->wattr |= __BLINK;