Lines Matching defs:vb
46 #define VTBUF_LOCK(vb) mtx_lock_spin(&(vb)->vb_lock) argument
47 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock) argument
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()
267 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) in vtbuf_dirty()
281 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p) in vtbuf_dirty_cell()
292 vtbuf_make_undirty(struct vt_buf *vb) in vtbuf_make_undirty()
300 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r) in vtbuf_undirty()
308 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) in vtbuf_copy()
368 vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_do_fill()
383 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_fill()
405 vtbuf_init_rows(struct vt_buf *vb) in vtbuf_init_rows()
416 vtbuf_do_clearhistory(struct vt_buf *vb) in vtbuf_do_clearhistory()
433 vtbuf_reset_scrollback(struct vt_buf *vb) in vtbuf_reset_scrollback()
444 vtbuf_init_early(struct vt_buf *vb) in vtbuf_init_early()
458 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) in vtbuf_init()
477 vtbuf_clearhistory(struct vt_buf *vb) in vtbuf_clearhistory()
487 vtbuf_sethistory_size(struct vt_buf *vb, unsigned int size) in vtbuf_sethistory_size()
498 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) in vtbuf_grow()
664 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) in vtbuf_putchar()
684 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) in vtbuf_cursor_position()
697 vtbuf_flush_mark(struct vt_buf *vb) in vtbuf_flush_mark()
721 vtbuf_get_marked_len(struct vt_buf *vb) in vtbuf_get_marked_len()
771 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark) in vtbuf_extract_marked()
817 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) in vtbuf_set_mark()
891 vtbuf_cursor_visibility(struct vt_buf *vb, int yes) in vtbuf_cursor_visibility()
907 vtbuf_scroll_mode(struct vt_buf *vb, int yes) in vtbuf_scroll_mode()