Searched refs:teken_color_t (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/teken/ |
H A D | teken.h | 50 typedef unsigned char teken_color_t; typedef 72 teken_color_t ta_fgcolor; 73 teken_color_t ta_bgcolor; 217 teken_color_t teken_256to16(teken_color_t); 218 teken_color_t teken_256to8(teken_color_t);
|
H A D | teken_subr_compat.h | 65 static const teken_color_t cons25_colors[8] = { TC_BLACK, TC_BLUE, 84 static const teken_color_t cons25_revcolors[8] = { 0, 4, 2, 6, 1, 5, 3, 7 };
|
H A D | teken.c | 531 static const teken_color_t teken_256to8tab[] = { 599 static const teken_color_t teken_256to16tab[] = { 678 teken_color_t 679 teken_256to8(teken_color_t c) in teken_256to8() 685 teken_color_t 686 teken_256to16(teken_color_t c) in teken_256to16()
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 137 teken_color_t _c; \ 145 teken_color_t _c; \ 152 teken_color_t _c; \
|
/freebsd/sys/sys/ |
H A D | terminal.h | 80 typedef teken_color_t term_color_t;
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | 316 static const teken_color_t sc_to_te_color[] = { 346 teken_color_t fg, bg; in scteken_te_to_sc_attr()
|
/freebsd/stand/i386/libi386/ |
H A D | vidconsole.c | 314 teken_color_t fg, bg, tmp; in vidc_text_printchar() 671 teken_color_t fg = a->ta_fgcolor; in cons_draw_frame()
|
/freebsd/stand/efi/libefi/ |
H A D | efi_console.c | 197 teken_color_t fg, bg, tmp; in efi_text_printchar() 884 teken_color_t fg = a->ta_fgcolor; in cons_draw_frame()
|