Searched refs:vtbuf_grow (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/vt/ |
| H A D | vt_cpulogos.c | 189 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_fini_logos() 249 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_init_logos()
|
| H A D | vt.h | 237 void vtbuf_grow(struct vt_buf *, const term_pos_t *, unsigned int);
|
| H A D | vt_buf.c | 524 vtbuf_grow(vb, &p, size); in vtbuf_sethistory_size() 528 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) in vtbuf_grow() function
|
| H A D | vt_core.c | 2182 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_change_font()
|