Searched refs:TF_BOLD (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/sys/
H A Dterminal.h98 #define FG_DARKGREY (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLACK))
99 #define FG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLUE))
100 #define FG_LIGHTGREEN (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_GREEN))
101 #define FG_LIGHTCYAN (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_CYAN))
102 #define FG_LIGHTRED (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_RED))
103 #define FG_LIGHTMAGENTA (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_MAGENTA))
104 #define FG_YELLOW (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BROWN))
105 #define FG_WHITE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_WHITE))
117 #define BG_DARKGREY (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_BLACK))
118 #define BG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_B
[all...]
/freebsd-10.2-release/sys/teken/
H A Dteken_subr_compat.h54 t->t_defattr.ta_format |= TF_BOLD;
55 t->t_curattr.ta_format |= TF_BOLD;
57 t->t_defattr.ta_format &= ~TF_BOLD;
58 t->t_curattr.ta_format &= ~TF_BOLD;
69 if (t->t_defattr.ta_format & TF_BOLD)
H A Dteken.h44 #define TF_BOLD 0x01 /* Bold character. */ macro
H A Dteken_subr.h1140 t->t_curattr.ta_format |= TF_BOLD;
1152 t->t_curattr.ta_format &= ~TF_BOLD;
/freebsd-10.2-release/sys/dev/vt/
H A Dvt_font.c106 if (TCHAR_FORMAT(c) & TF_BOLD) {
H A Dvt_core.c1020 if (TCHAR_FORMAT(c) & TF_BOLD)
/freebsd-10.2-release/sys/teken/demo/
H A Dteken_demo.c111 if (px->a.ta_format & TF_BOLD)
/freebsd-10.2-release/sys/dev/syscons/
H A Dscterm-teken.c356 a->ta_format |= TF_BOLD;
376 if (a->ta_format & TF_BOLD)

Completed in 209 milliseconds