Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDterminal.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-13-stable/sys/teken/
HDteken_subr_compat.h66 TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_YELLOW, TC_WHITE };
HDteken.h52 #define TC_RED 1 macro
HDteken.c499 #define r TC_RED
507 #define R (TC_RED | TC_LIGHT)
/freebsd-13-stable/sys/dev/syscons/
HDscterm-teken.c318 TC_RED, TC_MAGENTA, TC_YELLOW, TC_WHITE,
/freebsd-13-stable/stand/i386/libi386/
HDvidconsole.c537 *val = TC_RED | light; in color_name_to_teken()
/freebsd-13-stable/stand/efi/libefi/
HDefi_console.c451 *val = TC_RED | light; in color_name_to_teken()