Home
last modified time | relevance | path

Searched refs:ta_format (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/teken/demo/
H A Dteken_demo.c91 if (px->a.ta_format & TF_CJK_RIGHT) in printchar()
111 if (px->a.ta_format & TF_BOLD) in printchar()
113 if (px->a.ta_format & TF_UNDERLINE) in printchar()
115 if (px->a.ta_format & TF_BLINK) in printchar()
117 if (px->a.ta_format & TF_REVERSE) in printchar()
/freebsd/sys/teken/
H A Dteken_subr.h826 attr.ta_format |= TF_CJK_RIGHT; in teken_subr_do_putchar()
1162 t->t_curattr.ta_format |= TF_BOLD; in teken_subr_set_graphic_rendition()
1165 t->t_curattr.ta_format |= TF_UNDERLINE; in teken_subr_set_graphic_rendition()
1168 t->t_curattr.ta_format |= TF_BLINK; in teken_subr_set_graphic_rendition()
1171 t->t_curattr.ta_format |= TF_REVERSE; in teken_subr_set_graphic_rendition()
1174 t->t_curattr.ta_format &= ~TF_BOLD; in teken_subr_set_graphic_rendition()
1177 t->t_curattr.ta_format &= ~TF_UNDERLINE; in teken_subr_set_graphic_rendition()
1180 t->t_curattr.ta_format &= ~TF_BLINK; in teken_subr_set_graphic_rendition()
1183 t->t_curattr.ta_format &= ~TF_REVERSE; in teken_subr_set_graphic_rendition()
H A Dteken_subr_compat.h91 if (t->t_defattr.ta_format & TF_BOLD) in teken_get_defattr_cons25()
H A Dteken.h71 teken_format_t ta_format; member
H A Dteken.c190 t->t_defattr.ta_format = 0; in teken_init()
/freebsd/sys/dev/syscons/
H A Dscterm-teken.c337 a->ta_format = 0; in scteken_sc_to_te_attr()
348 if (a->ta_format & TF_REVERSE) { in scteken_te_to_sc_attr()
363 if (a->ta_format & (TF_BOLD | TF_UNDERLINE)) in scteken_te_to_sc_attr()
365 if (a->ta_format & TF_BLINK) in scteken_te_to_sc_attr()
539 if (a->ta_format & TF_CJK_RIGHT) in scteken_putchar()
/freebsd/sys/kern/
H A Dsubr_terminal.c126 .ta_format = TCHAR_FORMAT(TERMINAL_KERN_ATTR)
132 .ta_format = TCHAR_FORMAT(TERMINAL_NORM_ATTR)
160 #define TCHAR_CREATE(c, a) ((c) | TFORMAT((a)->ta_format) | \
/freebsd/stand/i386/libi386/
H A Dvidconsole.c118 screen_buffer[idx].a.ta_format |= TF_IMAGE; in term_image_display()
324 if (px->a.ta_format & TF_BOLD) in vidc_text_printchar()
326 if (px->a.ta_format & TF_BLINK) in vidc_text_printchar()
329 if (px->a.ta_format & TF_REVERSE) { in vidc_text_printchar()
/freebsd/stand/common/
H A Dgfx_fb.c907 if (a->ta_format & TF_BOLD) in gfx_bitblt_bitmap()
909 if (a->ta_format & TF_BLINK) in gfx_bitblt_bitmap()
915 if (a->ta_format & TF_REVERSE) in gfx_bitblt_bitmap()
1104 if ((px1->a.ta_format & TF_IMAGE) || in is_same_pixel()
1105 (px2->a.ta_format & TF_IMAGE)) in is_same_pixel()
1108 if (px1->a.ta_format != px2->a.ta_format) in is_same_pixel()
1444 if (ap->ta_format & TF_REVERSE) { in gfx_fb_getcolor()
1446 if (ap->ta_format & TF_BLINK) in gfx_fb_getcolor()
1450 if (ap->ta_format & TF_BOLD) in gfx_fb_getcolor()
2273 if (a->ta_format & TF_BOLD) { in font_lookup()
/freebsd/stand/efi/libefi/
H A Defi_console.c159 screen_buffer[idx].a.ta_format |= TF_IMAGE; in term_image_display()
204 if (px->a.ta_format & TF_BOLD) in efi_text_printchar()
206 if (px->a.ta_format & TF_BLINK) in efi_text_printchar()
209 if (px->a.ta_format & TF_REVERSE) { in efi_text_printchar()