Searched refs:teken_256to16 (Results 1 – 6 of 6) sorted by relevance
217 teken_color_t teken_256to16(teken_color_t);
686 teken_256to16(teken_color_t c) in teken_256to16() function
356 fg = teken_256to16(fg); in scteken_te_to_sc_attr()358 bg = teken_256to16(bg); in scteken_te_to_sc_attr()
323 fg = teken_256to16(px->a.ta_fgcolor); in vidc_text_printchar()324 bg = teken_256to16(px->a.ta_bgcolor); in vidc_text_printchar()
203 fg = teken_256to16(px->a.ta_fgcolor); in efi_text_printchar()204 bg = teken_256to16(px->a.ta_bgcolor); in efi_text_printchar()
157 _c = teken_256to16(_c); \