Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken.c501 #define K (TC_BLACK | TC_LIGHT)
502 #define B (TC_BLUE | TC_LIGHT)
503 #define Y (TC_YELLOW | TC_LIGHT)
504 #define C (TC_CYAN | TC_LIGHT)
505 #define G (TC_GREEN | TC_LIGHT)
506 #define M (TC_MAGENTA | TC_LIGHT)
507 #define R (TC_RED | TC_LIGHT)
508 #define W (TC_WHITE | TC_LIGHT)
H A Dteken.h60 #define TC_LIGHT 8 /* ORed with the others. */ macro
/freebsd/stand/i386/libi386/
H A Dvidconsole.c325 fg |= TC_LIGHT; in vidc_text_printchar()
327 bg |= TC_LIGHT; in vidc_text_printchar()
526 light = TC_LIGHT; in color_name_to_teken()
529 light = TC_LIGHT; in color_name_to_teken()
613 a.ta_bgcolor |= TC_LIGHT; in vidc_set_colors()
982 attr.ta_bgcolor |= TC_LIGHT; in cons_update_mode()
/freebsd/stand/efi/libefi/
H A Defi_console.c205 fg |= TC_LIGHT; in efi_text_printchar()
207 bg |= TC_LIGHT; in efi_text_printchar()
440 light = TC_LIGHT; in color_name_to_teken()
443 light = TC_LIGHT; in color_name_to_teken()
527 a.ta_bgcolor |= TC_LIGHT; in efi_set_colors()
1083 attr.ta_bgcolor |= TC_LIGHT; in cons_update_mode()
/freebsd/sys/kern/
H A Dsubr_terminal.c188 default_message.ta_bgcolor |= TC_LIGHT; in terminal_init()
189 kernel_message.ta_bgcolor |= TC_LIGHT; in terminal_init()
194 kernel_message.ta_fgcolor |= TC_LIGHT; in terminal_init()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c542 bg |= TC_LIGHT; in vt_fb_resume()
/freebsd/stand/common/
H A Dgfx_fb.c908 fgc |= TC_LIGHT; in gfx_bitblt_bitmap()
910 bgc |= TC_LIGHT; in gfx_bitblt_bitmap()
1447 c |= TC_LIGHT; in gfx_fb_getcolor()
1451 c |= TC_LIGHT; in gfx_fb_getcolor()