Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dterminal.h92 #define FG_CYAN TCOLOR_FG(TC_CYAN)
100 #define FG_LIGHTCYAN (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_CYAN))
111 #define BG_CYAN TCOLOR_BG(TC_CYAN)
119 #define BG_LIGHTCYAN (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_CYAN))
/freebsd/sys/teken/
H A Dteken_subr_compat.h66 TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_YELLOW, TC_WHITE };
H A Dteken.h57 #define TC_CYAN 6 macro
H A Dteken.c496 #define c TC_CYAN
504 #define C (TC_CYAN | 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.c556 *val = TC_CYAN | light; in color_name_to_teken()
/freebsd/stand/efi/libefi/
H A Defi_console.c470 *val = TC_CYAN | light; in color_name_to_teken()