Lines Matching refs:screen_pos_t

119 			int count, screen_pos_t row, screen_pos_t col);
121 screen_pos_t s_col, screen_pos_t s_row,
122 screen_pos_t e_col, screen_pos_t e_row,
123 screen_pos_t t_col, screen_pos_t t_row);
127 static void tem_virtual_cls(struct tem_vt_state *, size_t, screen_pos_t,
128 screen_pos_t);
130 size_t, screen_pos_t, screen_pos_t);
138 int count, screen_pos_t row, screen_pos_t col);
140 int, screen_pos_t, screen_pos_t);
142 screen_pos_t, screen_pos_t,
143 screen_pos_t, screen_pos_t,
144 screen_pos_t, screen_pos_t);
153 screen_pos_t, screen_pos_t);
155 screen_pos_t, screen_pos_t, screen_pos_t, screen_pos_t,
156 screen_pos_t, screen_pos_t);
158 static void tem_pix_cls_range(struct tem_vt_state *, screen_pos_t, int,
159 int, screen_pos_t, int, int, bool);
161 screen_pos_t, screen_pos_t);
862 (screen_pos_t)row; in tem_pix_align()
2196 screen_pos_t s_col, screen_pos_t s_row, in tem_copy_area()
2197 screen_pos_t e_col, screen_pos_t e_row, in tem_copy_area()
2198 screen_pos_t t_col, screen_pos_t t_row) in tem_copy_area()
2276 tem_clear_chars(struct tem_vt_state *tem, int count, screen_pos_t row, in tem_clear_chars()
2277 screen_pos_t col) in tem_clear_chars()
2302 int count, screen_pos_t row, screen_pos_t col) in tem_text_display()
2332 tem_image_display(struct tem_vt_state *tem, screen_pos_t s_row, in tem_image_display()
2333 screen_pos_t s_col, screen_pos_t e_row, screen_pos_t e_col) in tem_image_display()
2335 screen_pos_t i, j; in tem_image_display()
2350 screen_pos_t s_col, screen_pos_t s_row, in tem_text_copy()
2351 screen_pos_t e_col, screen_pos_t e_row, in tem_text_copy()
2352 screen_pos_t t_col, screen_pos_t t_row) in tem_text_copy()
2367 int count, screen_pos_t row, screen_pos_t col) in tem_text_cls()
2389 screen_pos_t row, screen_pos_t col) in tem_pix_display()
2409 screen_pos_t s_col, screen_pos_t s_row, in tem_pix_copy()
2410 screen_pos_t e_col, screen_pos_t e_row, in tem_pix_copy()
2411 screen_pos_t t_col, screen_pos_t t_row) in tem_pix_copy()
2482 screen_pos_t row, screen_pos_t col) in tem_pix_cls()
2564 screen_pos_t tabstop; in tem_back_tab()
2582 screen_pos_t tabstop; in tem_tab()
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()
2703 tem->tvs_tabs[tem->tvs_ntabs++] = (screen_pos_t)j; in tem_reset_emulator()
2954 screen_pos_t row, int nrows, int offset_y, in tem_pix_cls_range()
2955 screen_pos_t col, int ncols, int offset_x, in tem_pix_cls_range()
2993 size_t count, screen_pos_t row, screen_pos_t col) in tem_virtual_display()
3015 screen_pos_t row, screen_pos_t col) in tem_virtual_cls()