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()
378 tr.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_delete_character()
379 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_delete_character()
406 tr.tr_end.tp_row = t->t_scrollreg.ts_end; in teken_subr_delete_line()
407 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_delete_line()
468 tr.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_erase_character()
471 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_character()
473 tr.tr_end.tp_col = t->t_cursor.tp_col + ncols; in teken_subr_erase_character()
484 r.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_display()
494 r.tr_end.tp_row = t->t_cursor.tp_row; in teken_subr_erase_display()
498 r.tr_end.tp_row = t->t_winsize.tp_row; in teken_subr_erase_display()
507 r.tr_end.tp_row = t->t_winsize.tp_row; in teken_subr_erase_display()
520 r.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_erase_line()
525 r.tr_end.tp_col = t->t_cursor.tp_col + 1; in teken_subr_erase_line()
529 r.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_line()
533 r.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_erase_line()
627 tr.tr_end.tp_row = t->t_cursor.tp_row + 1; in teken_subr_insert_character()
630 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_insert_character()
635 tr.tr_end.tp_col = t->t_winsize.tp_col - ncols; in teken_subr_insert_character()
640 tr.tr_end.tp_col = t->t_cursor.tp_col + ncols; in teken_subr_insert_character()
659 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_insert_line()
662 tr.tr_end.tp_row = t->t_scrollreg.ts_end; in teken_subr_insert_line()
667 tr.tr_end.tp_row = t->t_scrollreg.ts_end - nrows; in teken_subr_insert_line()
672 tr.tr_end.tp_row = t->t_cursor.tp_row + nrows; in teken_subr_insert_line()
718 tr.tr_end.tp_row = t->t_originreg.ts_end; in teken_subr_newpage()
719 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_newpage()
787 ctr.tr_end.tp_row = tp->tp_row + 1; in teken_subr_do_putchar()
788 ctr.tr_end.tp_col = t->t_winsize.tp_col - width; in teken_subr_do_putchar()