Searched refs:vt_buf (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/vt/ |
| H A D | vt.h | 203 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 D | vt_buf.c | 56 static int vtbuf_htw(const struct vt_buf *vb, int row); 57 static int vtbuf_wth(const struct vt_buf *vb, int row); 70 vthistory_seek(struct vt_buf *vb, int offset, int whence) in vthistory_seek() 126 vthistory_addlines(struct vt_buf *vb, int offset) in vthistory_addlines() 154 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) in vthistory_getpos() 163 vtbuf_htw(const struct vt_buf *vb, int row) in vtbuf_htw() 178 vtbuf_wth(const struct vt_buf *vb, int row) in vtbuf_wth() 208 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) in vtbuf_iscursor() 253 vtbuf_lock(struct vt_buf *vb) in vtbuf_lock() 260 vtbuf_unlock(struct vt_buf *vb) in vtbuf_unlock() [all …]
|
| /src/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 613 const struct vt_buf *vb; in vga_bitblt_one_text_pixels_block() 868 const struct vt_buf *vb; in vga_bitblt_text_txtmode()
|
| /src/sys/conf/ |
| H A D | files | 3538 dev/vt/vt_buf.c optional vt
|