Lines Matching refs:tvs_c_cursor

753 		snprintf(buf, sizeof (buf), "%d", active->tvs_c_cursor.col);  in tem_save_state()
755 snprintf(buf, sizeof (buf), "%d", active->tvs_c_cursor.row); in tem_save_state()
861 tem->tvs_s_cursor.row = tem->tvs_c_cursor.row = in tem_pix_align()
863 tem->tvs_s_cursor.col = tem->tvs_c_cursor.col = 0; in tem_pix_align()
1114 tem->tvs_c_cursor.row, in tem_control()
1115 tem->tvs_c_cursor.col - 1); in tem_control()
1510 row = tem->tvs_c_cursor.row; in tem_chkparam()
1511 col = tem->tvs_c_cursor.col; in tem_chkparam()
1597 tem->tvs_c_cursor.col, in tem_chkparam()
1598 tem->tvs_c_cursor.row, in tem_chkparam()
1599 tem->tvs_c_cursor.col); in tem_chkparam()
1602 for (row = tem->tvs_c_cursor.row + 1; in tem_chkparam()
1614 row < tem->tvs_c_cursor.row; in tem_chkparam()
1621 tem->tvs_c_cursor.col + 1, in tem_chkparam()
1622 tem->tvs_c_cursor.row, 0); in tem_chkparam()
1645 tem->tvs_c_cursor.col), in tem_chkparam()
1646 tem->tvs_c_cursor.row, in tem_chkparam()
1647 tem->tvs_c_cursor.col); in tem_chkparam()
1653 tem->tvs_c_cursor.col + 1, in tem_chkparam()
1654 tem->tvs_c_cursor.row, 0); in tem_chkparam()
1661 tem->tvs_c_cursor.row, 0); in tem_chkparam()
1670 tem->tvs_c_cursor.row, in tem_chkparam()
1679 tem->tvs_c_cursor.row, in tem_chkparam()
1709 tem->tvs_c_cursor.row, in tem_chkparam()
1710 tem->tvs_c_cursor.col); in tem_chkparam()
1853 tem->tvs_c_cursor.col++; in tem_outch()
1854 if (tem->tvs_c_cursor.col >= tems.ts_c_dimension.width) { in tem_outch()
1856 tem->tvs_c_cursor.col--; in tem_outch()
1873 tem->tvs_c_cursor.col = 0; in tem_cr()
1890 row = tem->tvs_c_cursor.row + 1; in tem_lf()
1909 tem_mv_cursor(tem, row, tem->tvs_c_cursor.col); in tem_lf()
1915 tem->tvs_c_cursor.col, in tem_lf()
1916 tem->tvs_c_cursor.row, in tem_lf()
1917 tem->tvs_c_cursor.col); in tem_lf()
1958 tem->tvs_s_cursor.row = tem->tvs_c_cursor.row; in tem_align_cursor()
1959 tem->tvs_s_cursor.col = tem->tvs_c_cursor.col; in tem_align_cursor()
2109 tem->tvs_r_cursor.row = tem->tvs_c_cursor.row; in tem_parse()
2110 tem->tvs_r_cursor.col = tem->tvs_c_cursor.col; in tem_parse()
2555 tem->tvs_c_cursor.row = 0; in tem_cls()
2556 tem->tvs_c_cursor.col = 0; in tem_cls()
2569 if (tem->tvs_tabs[i] < tem->tvs_c_cursor.col) { in tem_back_tab()
2575 tem_mv_cursor(tem, tem->tvs_c_cursor.row, tabstop); in tem_back_tab()
2587 if (tem->tvs_tabs[i] > tem->tvs_c_cursor.col) { in tem_tab()
2593 tem_mv_cursor(tem, tem->tvs_c_cursor.row, tabstop); in tem_tab()
2604 tem->tvs_tabs[tem->tvs_ntabs] < tem->tvs_c_cursor.col) { in tem_set_tab()
2605 tem->tvs_tabs[tem->tvs_ntabs++] = tem->tvs_c_cursor.col; in tem_set_tab()
2609 if (tem->tvs_tabs[i] == tem->tvs_c_cursor.col) in tem_set_tab()
2611 if (tem->tvs_tabs[i] > tem->tvs_c_cursor.col) { in tem_set_tab()
2614 tem->tvs_tabs[i] = tem->tvs_c_cursor.col; in tem_set_tab()
2633 if (tem->tvs_tabs[i] == tem->tvs_c_cursor.col) { in tem_clear_tabs()
2666 tem->tvs_c_cursor.row = (screen_pos_t)row; in tem_mv_cursor()
2667 tem->tvs_c_cursor.col = (screen_pos_t)col; in tem_mv_cursor()
2677 tem->tvs_c_cursor.row = 0; in tem_reset_emulator()
2678 tem->tvs_c_cursor.col = 0; in tem_reset_emulator()
2730 rest_of_line = tems.ts_c_dimension.width - tem->tvs_c_cursor.col; in tem_shift()
2741 tem->tvs_c_cursor.col + count, in tem_shift()
2742 tem->tvs_c_cursor.row, in tem_shift()
2744 tem->tvs_c_cursor.row, in tem_shift()
2745 tem->tvs_c_cursor.col, in tem_shift()
2746 tem->tvs_c_cursor.row); in tem_shift()
2749 tem_clear_chars(tem, count, tem->tvs_c_cursor.row, in tem_shift()
2755 tem->tvs_c_cursor.col, in tem_shift()
2756 tem->tvs_c_cursor.row, in tem_shift()
2758 tem->tvs_c_cursor.row, in tem_shift()
2759 tem->tvs_c_cursor.col + count, in tem_shift()
2760 tem->tvs_c_cursor.row); in tem_shift()
2763 tem_clear_chars(tem, count, tem->tvs_c_cursor.row, in tem_shift()
2764 tem->tvs_c_cursor.col); in tem_shift()
2774 ca.row = tem->tvs_c_cursor.row; in tem_text_cursor()
2775 ca.col = tem->tvs_c_cursor.col; in tem_text_cursor()
2781 tem->tvs_c_cursor.row = ca.row; in tem_text_cursor()
2782 tem->tvs_c_cursor.col = ca.col; in tem_text_cursor()
2794 ca.row = tem->tvs_c_cursor.row * tems.ts_font.vf_height + in tem_pix_cursor()
2796 ca.col = tem->tvs_c_cursor.col * tems.ts_font.vf_width + in tem_pix_cursor()
2814 tem->tvs_c_cursor.row = 0; in tem_pix_cursor()
2815 tem->tvs_c_cursor.col = 0; in tem_pix_cursor()
2818 tem->tvs_c_cursor.row = (ca.row - tems.ts_p_offset.y) / in tem_pix_cursor()
2822 tem->tvs_c_cursor.col = (ca.col - tems.ts_p_offset.x) / in tem_pix_cursor()