Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt_buf.c73 if (vb->vb_roffset != vb->vb_curroffset) { in vthistory_seek()
74 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek()
98 roffset = vb->vb_roffset; in vthistory_seek()
116 diff = vb->vb_roffset != roffset; in vthistory_seek()
117 vb->vb_roffset = roffset; in vthistory_seek()
133 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines()
141 *offset = vb->vb_roffset; in vthistory_getpos()
150 return ((vb->vb_roffset + row) % vb->vb_history_size); in vtbuf_wth()
165 return ((row - vb->vb_roffset + vb->vb_history_size) % in vtbuf_htw()
370 vb->vb_roffset = 0; in vtbuf_init_early()
[all …]
HDvt.h197 int vb_roffset; /* (b) History rows offset. */ member
247 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)])
249 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
HDvt_core.c220 .vb_roffset = 0,