Searched refs:t_defattr (Results 1 – 4 of 4) sorted by relevance
72 t->t_defattr.ta_bgcolor = cons25_colors[c % 8] | (c & 8); in teken_subr_cons25_set_default_background()80 t->t_defattr.ta_fgcolor = cons25_colors[c % 8] | (c & 8); in teken_subr_cons25_set_default_foreground()90 *fg = cons25_revcolors[teken_256to8(t->t_defattr.ta_fgcolor)]; in teken_get_defattr_cons25()91 if (t->t_defattr.ta_format & TF_BOLD) in teken_get_defattr_cons25()93 *bg = cons25_revcolors[teken_256to8(t->t_defattr.ta_bgcolor)]; in teken_get_defattr_cons25()120 t->t_curattr = t->t_defattr; in teken_subr_cons25_set_graphic_rendition()
190 t->t_defattr.ta_format = 0; in teken_init()191 t->t_defattr.ta_fgcolor = TC_WHITE; in teken_init()192 t->t_defattr.ta_bgcolor = TC_BLACK; in teken_init()357 return (&t->t_defattr); in teken_get_defattr()364 t->t_curattr = t->t_saved_curattr = t->t_defattr = *a; in teken_set_defattr()
198 teken_funcs_fill(t, &tr, 'E', &t->t_defattr); in teken_subr_alignment_test()996 t->t_curattr = t->t_defattr; in teken_subr_do_reset()1150 t->t_curattr = t->t_defattr; in teken_subr_set_graphic_rendition()1159 t->t_curattr = t->t_defattr; in teken_subr_set_graphic_rendition()1202 t->t_curattr.ta_fgcolor = t->t_defattr.ta_fgcolor; in teken_subr_set_graphic_rendition()1221 t->t_curattr.ta_bgcolor = t->t_defattr.ta_bgcolor; in teken_subr_set_graphic_rendition()
146 teken_attr_t t_defattr; member