Lines Matching refs:vt_buf

57 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()
284 vtbuf_lock(struct vt_buf *vb) in vtbuf_lock()
291 vtbuf_unlock(struct vt_buf *vb) in vtbuf_unlock()
298 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) in vtbuf_dirty()
312 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p) in vtbuf_dirty_cell()
323 vtbuf_make_undirty(struct vt_buf *vb) in vtbuf_make_undirty()
331 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r) in vtbuf_undirty()
339 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) in vtbuf_copy()
399 vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_do_fill()
414 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_fill()
436 vtbuf_init_rows(struct vt_buf *vb) in vtbuf_init_rows()
447 vtbuf_do_clearhistory(struct vt_buf *vb) in vtbuf_do_clearhistory()
464 vtbuf_reset_scrollback(struct vt_buf *vb) in vtbuf_reset_scrollback()
475 vtbuf_init_early(struct vt_buf *vb) in vtbuf_init_early()
489 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) in vtbuf_init()
508 vtbuf_clearhistory(struct vt_buf *vb) in vtbuf_clearhistory()
518 vtbuf_sethistory_size(struct vt_buf *vb, unsigned int size) in vtbuf_sethistory_size()
529 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) in vtbuf_grow()
694 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) in vtbuf_putchar()
714 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) in vtbuf_cursor_position()
727 vtbuf_flush_mark(struct vt_buf *vb) in vtbuf_flush_mark()
761 vtbuf_get_marked_len(struct vt_buf *vb) in vtbuf_get_marked_len()
811 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark) in vtbuf_extract_marked()
857 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark()
931 vtbuf_cursor_visibility(struct vt_buf *vb, int yes) in vtbuf_cursor_visibility()
947 vtbuf_scroll_mode(struct vt_buf *vb, int yes) in vtbuf_scroll_mode()