Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/
H A Dvt_buf.c79 if (vb->vb_roffset != vb->vb_curroffset) { in vthistory_seek()
80 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek()
104 roffset = vb->vb_roffset; in vthistory_seek()
122 diff = vb->vb_roffset != roffset; in vthistory_seek()
123 vb->vb_roffset = roffset; in vthistory_seek()
141 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines()
160 *offset = vb->vb_roffset; in vthistory_getpos()
175 return ((row - vb->vb_roffset + vb->vb_history_size) % in vtbuf_htw()
184 return ((vb->vb_roffset + row) % vb->vb_history_size); in vtbuf_wth()
438 vb->vb_roffset = 0; in vtbuf_reset_scrollback()
[all …]
H A Dvt.h205 unsigned int vb_roffset; /* (b) History rows offset. */ member
258 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)])
260 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
H A Dvt_core.c249 .vb_roffset = 0,