Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken.h217 teken_color_t teken_256to16(teken_color_t);
H A Dteken.c686 teken_256to16(teken_color_t c) in teken_256to16() function
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c356 fg = teken_256to16(fg); in scteken_te_to_sc_attr()
358 bg = teken_256to16(bg); in scteken_te_to_sc_attr()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c322 fg = teken_256to16(px->a.ta_fgcolor); in vidc_text_printchar()
323 bg = teken_256to16(px->a.ta_bgcolor); in vidc_text_printchar()
/freebsd/stand/efi/libefi/
H A Defi_console.c202 fg = teken_256to16(px->a.ta_fgcolor); in efi_text_printchar()
203 bg = teken_256to16(px->a.ta_bgcolor); in efi_text_printchar()
/freebsd/sys/kern/
H A Dsubr_terminal.c156 _c = teken_256to16(_c); \