Lines Matching refs:t_curattr

121 		teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);  in teken_subr_do_scroll()
145 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr); in teken_subr_do_scroll()
411 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr); in teken_subr_delete_character()
443 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr); in teken_subr_delete_line()
496 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr); in teken_subr_erase_character()
532 teken_funcs_fill(t, &r, BLANK, &t->t_curattr); in teken_subr_erase_display()
558 teken_funcs_fill(t, &r, BLANK, &t->t_curattr); in teken_subr_erase_line()
665 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr); in teken_subr_insert_character()
697 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr); in teken_subr_insert_line()
741 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr); in teken_subr_newpage()
816 teken_funcs_putchar(t, tp, c, &t->t_curattr); in teken_subr_do_putchar()
825 attr = t->t_curattr; in teken_subr_do_putchar()
996 t->t_curattr = t->t_defattr; in teken_subr_do_reset()
1027 t->t_curattr = t->t_saved_curattr; in teken_subr_restore_cursor()
1060 t->t_saved_curattr = t->t_curattr; in teken_subr_save_cursor()
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()
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()
1193 t->t_curattr.ta_fgcolor = n - 30; in teken_subr_set_graphic_rendition()
1198 t->t_curattr.ta_fgcolor = cmds[i + 2]; in teken_subr_set_graphic_rendition()
1202 t->t_curattr.ta_fgcolor = t->t_defattr.ta_fgcolor; in teken_subr_set_graphic_rendition()
1212 t->t_curattr.ta_bgcolor = n - 40; in teken_subr_set_graphic_rendition()
1217 t->t_curattr.ta_bgcolor = cmds[i + 2]; in teken_subr_set_graphic_rendition()
1221 t->t_curattr.ta_bgcolor = t->t_defattr.ta_bgcolor; in teken_subr_set_graphic_rendition()
1231 t->t_curattr.ta_fgcolor = (n - 90) + 8; in teken_subr_set_graphic_rendition()
1241 t->t_curattr.ta_bgcolor = (n - 100) + 8; in teken_subr_set_graphic_rendition()