Home
last modified time | relevance | path

Searched refs:TC_BLUE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dterminal.h90 #define FG_BLUE TCOLOR_FG(TC_BLUE)
98 #define FG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLUE))
109 #define BG_BLUE TCOLOR_BG(TC_BLUE)
117 #define BG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_BLUE))
/freebsd/sys/teken/
H A Dteken_subr_compat.h65 static const teken_color_t cons25_colors[8] = { TC_BLACK, TC_BLUE,
H A Dteken.h55 #define TC_BLUE 4 macro
H A Dteken.c494 #define b TC_BLUE
502 #define B (TC_BLUE | TC_LIGHT)
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c317 TC_BLACK, TC_BLUE, TC_GREEN, TC_CYAN,
/freebsd/stand/i386/libi386/
H A Dvidconsole.c548 *val = TC_BLUE | light; in color_name_to_teken()
/freebsd/stand/efi/libefi/
H A Defi_console.c462 *val = TC_BLUE | light; in color_name_to_teken()