Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dterminal.h93 #define FG_RED TCOLOR_FG(TC_RED)
101 #define FG_LIGHTRED (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_RED))
112 #define BG_RED TCOLOR_BG(TC_RED)
120 #define BG_LIGHTRED (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_RED))
/freebsd/sys/teken/
H A Dteken_subr_compat.h66 TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_YELLOW, TC_WHITE };
H A Dteken.h52 #define TC_RED 1 macro
H A Dteken.c499 #define r TC_RED
507 #define R (TC_RED | TC_LIGHT)
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c318 TC_RED, TC_MAGENTA, TC_YELLOW, TC_WHITE,
/freebsd/stand/i386/libi386/
H A Dvidconsole.c536 *val = TC_RED | light; in color_name_to_teken()
/freebsd/stand/efi/libefi/
H A Defi_console.c450 *val = TC_RED | light; in color_name_to_teken()