Home
last modified time | relevance | path

Searched refs:vb_buffer (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/vt/
HDvt_buf.c361 vb->vb_rows[r] = &vb->vb_buffer[r * vb->vb_scr_size.tp_col]; in vtbuf_init_rows()
399 vb->vb_buffer = malloc(sz, M_VTBUF, M_WAITOK | M_ZERO); in vtbuf_init()
437 old = vb->vb_flags & VBF_STATIC ? NULL : vb->vb_buffer; in vtbuf_grow()
447 vb->vb_buffer = new; in vtbuf_grow()
HDvt.h204 term_char_t *vb_buffer; /* (u) Data buffer. */ member
HDvt_core.c216 .vb_buffer = &vt_constextbuf[0],