Lines Matching refs:tr_end

106 			tr.tr_end.tp_row = t->t_scrollreg.ts_end;  in teken_subr_do_scroll()
107 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()
119 tr.tr_end.tp_row = t->t_scrollreg.ts_end; in teken_subr_do_scroll()
120 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()
130 tr.tr_end.tp_row = t->t_scrollreg.ts_end - amount; in teken_subr_do_scroll()
131 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()
136 tr.tr_end.tp_row = t->t_scrollreg.ts_begin + amount; in teken_subr_do_scroll()
138 tr.tr_end.tp_row = t->t_scrollreg.ts_end; in teken_subr_do_scroll()
144 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()
197 tr.tr_end = t->t_winsize; in teken_subr_alignment_test()
397 tr.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_delete_character()
398 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_delete_character()
425 tr.tr_end.tp_row = t->t_scrollreg.ts_end; in teken_subr_delete_line()
426 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_delete_line()
489 tr.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_erase_character()
492 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_character()
494 tr.tr_end.tp_col = t->t_cursor.tp_col + ncols; in teken_subr_erase_character()
505 r.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_display()
515 r.tr_end.tp_row = t->t_cursor.tp_row; in teken_subr_erase_display()
519 r.tr_end.tp_row = t->t_winsize.tp_row; in teken_subr_erase_display()
528 r.tr_end.tp_row = t->t_winsize.tp_row; in teken_subr_erase_display()
541 r.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_erase_line()
546 r.tr_end.tp_col = t->t_cursor.tp_col + 1; in teken_subr_erase_line()
550 r.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_line()
554 r.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_line()
648 tr.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_insert_character()
651 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_insert_character()
656 tr.tr_end.tp_col = t->t_winsize.tp_col - ncols; in teken_subr_insert_character()
661 tr.tr_end.tp_col = t->t_cursor.tp_col + ncols; in teken_subr_insert_character()
680 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_insert_line()
683 tr.tr_end.tp_row = t->t_scrollreg.ts_end; in teken_subr_insert_line()
688 tr.tr_end.tp_row = t->t_scrollreg.ts_end - nrows; in teken_subr_insert_line()
693 tr.tr_end.tp_row = t->t_cursor.tp_row + nrows; in teken_subr_insert_line()
739 tr.tr_end.tp_row = t->t_originreg.ts_end; in teken_subr_newpage()
740 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_newpage()
809 ctr.tr_end.tp_row = tp->tp_row + 1; in teken_subr_do_putchar()
810 ctr.tr_end.tp_col = t->t_winsize.tp_col - width; in teken_subr_do_putchar()