Symbol: TC_LIGHT
stand/common/gfx_fb.c
1143
fgc |= TC_LIGHT;
stand/common/gfx_fb.c
1145
bgc |= TC_LIGHT;
stand/common/gfx_fb.c
1699
c |= TC_LIGHT;
stand/common/gfx_fb.c
1703
c |= TC_LIGHT;
stand/efi/libefi/efi_console.c
1062
attr.ta_bgcolor |= TC_LIGHT;
stand/efi/libefi/efi_console.c
205
fg |= TC_LIGHT;
stand/efi/libefi/efi_console.c
207
bg |= TC_LIGHT;
stand/efi/libefi/efi_console.c
440
light = TC_LIGHT;
stand/efi/libefi/efi_console.c
443
light = TC_LIGHT;
stand/efi/libefi/efi_console.c
527
a.ta_bgcolor |= TC_LIGHT;
stand/i386/libi386/vidconsole.c
325
fg |= TC_LIGHT;
stand/i386/libi386/vidconsole.c
327
bg |= TC_LIGHT;
stand/i386/libi386/vidconsole.c
526
light = TC_LIGHT;
stand/i386/libi386/vidconsole.c
529
light = TC_LIGHT;
stand/i386/libi386/vidconsole.c
613
a.ta_bgcolor |= TC_LIGHT;
stand/i386/libi386/vidconsole.c
963
attr.ta_bgcolor |= TC_LIGHT;
sys/dev/vt/hw/fb/vt_fb.c
549
bg |= TC_LIGHT;
sys/kern/subr_terminal.c
187
default_message.ta_bgcolor |= TC_LIGHT;
sys/kern/subr_terminal.c
188
kernel_message.ta_bgcolor |= TC_LIGHT;
sys/kern/subr_terminal.c
193
kernel_message.ta_fgcolor |= TC_LIGHT;
sys/teken/teken.c
501
#define K (TC_BLACK | TC_LIGHT)
sys/teken/teken.c
502
#define B (TC_BLUE | TC_LIGHT)
sys/teken/teken.c
503
#define Y (TC_YELLOW | TC_LIGHT)
sys/teken/teken.c
504
#define C (TC_CYAN | TC_LIGHT)
sys/teken/teken.c
505
#define G (TC_GREEN | TC_LIGHT)
sys/teken/teken.c
506
#define M (TC_MAGENTA | TC_LIGHT)
sys/teken/teken.c
507
#define R (TC_RED | TC_LIGHT)
sys/teken/teken.c
508
#define W (TC_WHITE | TC_LIGHT)