Home
last modified time | relevance | path

Searched refs:ANSI_COLOR_WHITE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h97 #define ANSI_COLOR_WHITE 7 macro
126 #define DEFAULT_ANSI_BACKGROUND ANSI_COLOR_WHITE
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h112 #define ANSI_COLOR_WHITE 7 macro
145 #define DEFAULT_ANSI_BACKGROUND ANSI_COLOR_WHITE
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c1006 if (pcolor->bg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
1011 if (pcolor->fg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
1020 if (pcolor->bg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
/illumos-gate/usr/src/
H A DMakefile.master232 -DDEFAULT_ANSI_FOREGROUND=ANSI_COLOR_WHITE \
/illumos-gate/usr/src/boot/common/
H A Dtem.c908 if (pcolor->fg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
921 if (pcolor->bg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
H A Dgfx_fb.c241 *val = ANSI_COLOR_WHITE; in color_name_to_ansi()