Home
last modified time | relevance | path

Searched refs:TF_BOLD (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dterminal.h97 #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 …]
/freebsd/sys/teken/
H A Dteken_subr_compat.h91 if (t->t_defattr.ta_format & TF_BOLD) in teken_get_defattr_cons25()
H A Dteken.h44 #define TF_BOLD 0x01 /* Bold character. */ macro
H A Dteken_subr.h1162 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()
/freebsd/sys/dev/vt/
H A Dvt_font.c100 if (TCHAR_FORMAT(c) & TF_BOLD) { in vtfont_lookup()
H A Dvt_core.c1247 if (TCHAR_FORMAT(c) & TF_BOLD) in vt_determine_colors()
/freebsd/sys/teken/demo/
H A Dteken_demo.c111 if (px->a.ta_format & TF_BOLD) in printchar()
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c363 if (a->ta_format & (TF_BOLD | TF_UNDERLINE)) in scteken_te_to_sc_attr()
/freebsd/stand/common/
H A Dgfx_fb.c907 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()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c324 if (px->a.ta_format & TF_BOLD) in vidc_text_printchar()
/freebsd/stand/efi/libefi/
H A Defi_console.c204 if (px->a.ta_format & TF_BOLD) in efi_text_printchar()