Home
last modified time | relevance | path

Searched refs:vt_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h203 struct vt_buf { struct
231 void vtbuf_lock(struct vt_buf *); argument
232 void vtbuf_unlock(struct vt_buf *);
233 void vtbuf_copy(struct vt_buf *, const term_rect_t *, const term_pos_t *);
234 void vtbuf_fill(struct vt_buf *, const term_rect_t *, term_char_t);
235 void vtbuf_init_early(struct vt_buf *);
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 *);
[all …]
H A Dvt_buf.c57 static int vtbuf_htw(const struct vt_buf *vb, int row);
58 static int vtbuf_wth(const struct vt_buf *vb, int row);
71 vthistory_seek(struct vt_buf *vb, int offset, int whence) in vthistory_seek()
127 vthistory_addlines(struct vt_buf *vb, int offset) in vthistory_addlines()
155 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) in vthistory_getpos()
164 vtbuf_htw(const struct vt_buf *vb, int row) in vtbuf_htw()
179 vtbuf_wth(const struct vt_buf *vb, int row) in vtbuf_wth()
208 vtbuf_unmark(struct vt_buf *vb) in vtbuf_unmark()
215 vtbuf_unmark_on_cross(struct vt_buf *vb, int target_begin, int target_end) in vtbuf_unmark_on_cross()
239 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) in vtbuf_iscursor()
[all …]
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c613 const struct vt_buf *vb; in vga_bitblt_one_text_pixels_block()
868 const struct vt_buf *vb; in vga_bitblt_text_txtmode()
/freebsd/sys/conf/
H A Dfiles3591 dev/vt/vt_buf.c optional vt