Searched refs:TC_BLUE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Dterminal.h91 #define FG_BLUE TCOLOR_FG(TC_BLUE)
99 #define FG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLUE))
110 #define BG_BLUE TCOLOR_BG(TC_BLUE)
118 #define BG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_BLUE))
/freebsd-11.0-release/sys/teken/
H A Dteken_subr_compat.h36 static const teken_color_t cons25_colors[8] = { TC_BLACK, TC_BLUE,
H A Dteken.c480 return (TC_BLUE);
488 return (TC_BLUE);
496 return (TC_BLUE);
H A Dteken.h54 #define TC_BLUE 4 macro

Completed in 95 milliseconds