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

/freebsd-11.0-release/sys/sys/
H A Dterminal.h93 #define FG_CYAN TCOLOR_FG(TC_CYAN)
101 #define FG_LIGHTCYAN (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_CYAN))
112 #define BG_CYAN TCOLOR_BG(TC_CYAN)
120 #define BG_LIGHTCYAN (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_CYAN))
/freebsd-11.0-release/sys/teken/
H A Dteken_subr_compat.h37 TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_BROWN, TC_WHITE };
H A Dteken.h56 #define TC_CYAN 6 macro
H A Dteken.c484 return (TC_CYAN);

Completed in 75 milliseconds