Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dterminal.h91 #define FG_GREEN TCOLOR_FG(TC_GREEN)
99 #define FG_LIGHTGREEN (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_GREEN))
110 #define BG_GREEN TCOLOR_BG(TC_GREEN)
118 #define BG_LIGHTGREEN (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_GREEN))
/freebsd/sys/teken/
H A Dteken_subr_compat.h66 TC_GREEN, TC_CYAN, TC_RED, TC_MAGENTA, TC_YELLOW, TC_WHITE };
H A Dteken.h53 #define TC_GREEN 2 macro
H A Dteken.c497 #define g TC_GREEN
505 #define G (TC_GREEN | 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.c540 *val = TC_GREEN | light; in color_name_to_teken()
/freebsd/stand/efi/libefi/
H A Defi_console.c454 *val = TC_GREEN | light; in color_name_to_teken()