Searched refs:TF_BLINK (Results 1 – 9 of 9) sorted by relevance
46 #define TF_BLINK 0x04 /* Blinking character. */ macro
1168 t->t_curattr.ta_format |= TF_BLINK; in teken_subr_set_graphic_rendition()1180 t->t_curattr.ta_format &= ~TF_BLINK; in teken_subr_set_graphic_rendition()
105 #define FG_BLINK TFORMAT(TF_BLINK)
115 if (px->a.ta_format & TF_BLINK) in printchar()
365 if (a->ta_format & TF_BLINK) in scteken_te_to_sc_attr()
326 if (px->a.ta_format & TF_BLINK) in vidc_text_printchar()
206 if (px->a.ta_format & TF_BLINK) in efi_text_printchar()
909 if (a->ta_format & TF_BLINK) in gfx_bitblt_bitmap()1446 if (ap->ta_format & TF_BLINK) in gfx_fb_getcolor()
1250 if (TCHAR_FORMAT(c) & TF_BLINK) in vt_determine_colors()