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

/freebsd-10.1-release/sys/sys/
H A Dterminal.h94 #define FG_RED TCOLOR_FG(TC_RED)
102 #define FG_LIGHTRED (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_RED))
113 #define BG_RED TCOLOR_BG(TC_RED)
121 #define BG_LIGHTRED (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_RED))
/freebsd-10.1-release/sys/teken/
H A Dteken_subr_compat.h37 TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_BROWN, TC_WHITE };
H A Dteken.h51 #define TC_RED 1 macro
H A Dteken.c482 return (TC_RED);

Completed in 171 milliseconds