Lines Matching refs:vt_buf

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)
126 vthistory_addlines(struct vt_buf *vb, int offset)
154 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset)
163 vtbuf_htw(const struct vt_buf *vb, int row)
178 vtbuf_wth(const struct vt_buf *vb, int row)
208 vtbuf_iscursor(const struct vt_buf *vb, int row, int col)
253 vtbuf_lock(struct vt_buf *vb)
260 vtbuf_unlock(struct vt_buf *vb)
267 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area)
281 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p)
292 vtbuf_make_undirty(struct vt_buf *vb)
300 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r)
308 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2)
368 vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
383 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
405 vtbuf_init_rows(struct vt_buf *vb)
416 vtbuf_do_clearhistory(struct vt_buf *vb)
433 vtbuf_reset_scrollback(struct vt_buf *vb)
444 vtbuf_init_early(struct vt_buf *vb)
458 vtbuf_init(struct vt_buf *vb, const term_pos_t *p)
477 vtbuf_clearhistory(struct vt_buf *vb)
487 vtbuf_sethistory_size(struct vt_buf *vb, unsigned int size)
498 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size)
664 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c)
684 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p)
697 vtbuf_flush_mark(struct vt_buf *vb)
721 vtbuf_get_marked_len(struct vt_buf *vb)
771 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark)
817 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row)
891 vtbuf_cursor_visibility(struct vt_buf *vb, int yes)
907 vtbuf_scroll_mode(struct vt_buf *vb, int yes)