Searched refs:term_pos_t (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/vt/ |
| H A D | vt.h | 206 term_pos_t vb_scr_size; /* (b) Screen dimensions. */ 216 term_pos_t vb_cursor; /* (u) Cursor position. */ 217 term_pos_t vb_mark_start; /* (b) Copy region start. */ 218 term_pos_t vb_mark_end; /* (b) Copy region end. */ 233 void vtbuf_copy(struct vt_buf *, const term_rect_t *, const term_pos_t *); 236 void vtbuf_init(struct vt_buf *, const term_pos_t *); 237 void vtbuf_grow(struct vt_buf *, const term_pos_t *, unsigned int); 238 void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t); 239 void vtbuf_cursor_position(struct vt_buf *, const term_pos_t *); 457 void vt_termsize(struct vt_device *, struct vt_font *, term_pos_t *);
|
| H A D | vt_buf.c | 311 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p) in vtbuf_dirty_cell() 338 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) in vtbuf_copy() 340 const term_pos_t *p1 = &r->tr_begin; in vtbuf_copy() 488 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) in vtbuf_init() 519 term_pos_t p; in vtbuf_sethistory_size() 528 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) in vtbuf_grow() 544 rows = mallocarray(history_size, sizeof(term_pos_t *), M_VTBUF, in vtbuf_grow() 693 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) 713 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) 753 term_pos_t in vtbuf_get_marked_len() [all...] |
| H A D | vt_cpulogos.c | 156 term_pos_t size; in vt_fini_logos() 213 term_pos_t size; in vt_init_logos()
|
| H A D | vt_core.c | 648 vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size) in vt_termsize() 745 term_pos_t size; in vt_scroll() 823 term_pos_t size; in vt_scrollmode_kbdevent() 1181 vtterm_cursor(struct terminal *tm, const term_pos_t *p) in vtterm_cursor() 1189 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c) in vtterm_putchar() 1210 const term_pos_t *p) in vtterm_copy() 2153 term_pos_t size; in vt_change_font() 2392 term_pos_t size; in vt_mouse_event() 3158 term_pos_t size; in vt_allocate_window()
|
| /freebsd/sys/sys/ |
| H A D | terminal.h | 141 typedef teken_pos_t term_pos_t; typedef 144 typedef void tc_cursor_t(struct terminal *tm, const term_pos_t *p); 145 typedef void tc_putchar_t(struct terminal *tm, const term_pos_t *p, 150 const term_pos_t *p); 213 void terminal_set_cursor(struct terminal *tm, const term_pos_t *pos);
|
| /freebsd/sys/kern/ |
| H A D | subr_terminal.c | 243 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor()
|