Home
last modified time | relevance | path

Searched refs:term_pos_t (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h207 term_pos_t vb_scr_size; /* (b) Screen dimensions. */
217 term_pos_t vb_cursor; /* (u) Cursor position. */
218 term_pos_t vb_mark_start; /* (b) Copy region start. */
219 term_pos_t vb_mark_end; /* (b) Copy region end. */
234 void vtbuf_copy(struct vt_buf *, const term_rect_t *, const term_pos_t *);
237 void vtbuf_init(struct vt_buf *, const term_pos_t *);
238 void vtbuf_grow(struct vt_buf *, const term_pos_t *, unsigned int);
239 void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t);
240 void vtbuf_cursor_position(struct vt_buf *, const term_pos_t *);
456 void vt_termsize(struct vt_device *, struct vt_font *, term_pos_t *);
[all...]
H A Dvt_buf.c281 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p) in vtbuf_dirty_cell()
308 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) in vtbuf_copy()
310 const term_pos_t *p1 = &r->tr_begin; in vtbuf_copy()
458 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) in vtbuf_init()
489 term_pos_t p; in vtbuf_sethistory_size()
498 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) in vtbuf_grow()
515 rowssize = history_size * sizeof(term_pos_t *); in vtbuf_grow()
664 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) in vtbuf_putchar()
684 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) in vtbuf_cursor_position()
724 term_pos_t s, e; in vtbuf_get_marked_len()
[all …]
H A Dvt_cpulogos.c156 term_pos_t size; in vt_fini_logos()
213 term_pos_t size; in vt_init_logos()
H A Dvt_core.c647 vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size) in vt_termsize()
744 term_pos_t size; in vt_scroll()
822 term_pos_t size; in vt_scrollmode_kbdevent()
1175 vtterm_cursor(struct terminal *tm, const term_pos_t *p) in vtterm_cursor()
1183 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c) in vtterm_putchar()
1200 const term_pos_t *p) in vtterm_copy()
2114 term_pos_t size; in vt_change_font()
2353 term_pos_t size; in vt_mouse_event()
3120 term_pos_t size; in vt_allocate_window()
/freebsd/sys/sys/
H A Dterminal.h141 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 Dsubr_terminal.c244 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor()