Searched refs:TF_BOLD (Results 1 – 11 of 11) sorted by relevance
97 #define FG_DARKGREY (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLACK))98 #define FG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLUE))99 #define FG_LIGHTGREEN (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_GREEN))100 #define FG_LIGHTCYAN (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_CYAN))101 #define FG_LIGHTRED (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_RED))102 #define FG_LIGHTMAGENTA (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_MAGENTA))103 #define FG_YELLOW (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_YELLOW))104 #define FG_WHITE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_WHITE))116 #define BG_DARKGREY (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_BLACK))117 #define BG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_BLUE))[all …]
91 if (t->t_defattr.ta_format & TF_BOLD) in teken_get_defattr_cons25()
44 #define TF_BOLD 0x01 /* Bold character. */ macro
1162 t->t_curattr.ta_format |= TF_BOLD; in teken_subr_set_graphic_rendition()1174 t->t_curattr.ta_format &= ~TF_BOLD; in teken_subr_set_graphic_rendition()
100 if (TCHAR_FORMAT(c) & TF_BOLD) { in vtfont_lookup()
1247 if (TCHAR_FORMAT(c) & TF_BOLD) in vt_determine_colors()
111 if (px->a.ta_format & TF_BOLD) in printchar()
363 if (a->ta_format & (TF_BOLD | TF_UNDERLINE)) in scteken_te_to_sc_attr()
907 if (a->ta_format & TF_BOLD) in gfx_bitblt_bitmap()1450 if (ap->ta_format & TF_BOLD) in gfx_fb_getcolor()2273 if (a->ta_format & TF_BOLD) { in font_lookup()
324 if (px->a.ta_format & TF_BOLD) in vidc_text_printchar()
204 if (px->a.ta_format & TF_BOLD) in efi_text_printchar()