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()
209 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) in vtbuf_iscursor()
254 vtbuf_lock(struct vt_buf *vb) in vtbuf_lock()
261 vtbuf_unlock(struct vt_buf *vb) in vtbuf_unlock()
268 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) in vtbuf_dirty()
282 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p) in vtbuf_dirty_cell()
293 vtbuf_make_undirty(struct vt_buf *vb) in vtbuf_make_undirty()
301 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r) in vtbuf_undirty()
309 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) in vtbuf_copy()
369 vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_do_fill()
384 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_fill()
406 vtbuf_init_rows(struct vt_buf *vb) in vtbuf_init_rows()
417 vtbuf_do_clearhistory(struct vt_buf *vb) in vtbuf_do_clearhistory()
434 vtbuf_reset_scrollback(struct vt_buf *vb) in vtbuf_reset_scrollback()
445 vtbuf_init_early(struct vt_buf *vb) in vtbuf_init_early()
459 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) in vtbuf_init()
478 vtbuf_clearhistory(struct vt_buf *vb) in vtbuf_clearhistory()
488 vtbuf_sethistory_size(struct vt_buf *vb, unsigned int size) in vtbuf_sethistory_size()
499 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) in vtbuf_grow()
665 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) in vtbuf_putchar()
685 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) in vtbuf_cursor_position()
698 vtbuf_flush_mark(struct vt_buf *vb) in vtbuf_flush_mark()
722 vtbuf_get_marked_len(struct vt_buf *vb) in vtbuf_get_marked_len()
772 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark) in vtbuf_extract_marked()
818 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark()
892 vtbuf_cursor_visibility(struct vt_buf *vb, int yes) in vtbuf_cursor_visibility()
908 vtbuf_scroll_mode(struct vt_buf *vb, int yes) in vtbuf_scroll_mode()