Lines Matching refs:vb_roffset
79 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()
146 cur = vb->vb_roffset + vb->vb_scr_size.tp_row + sz - 1; 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()
645 vb->vb_roffset = vb->vb_curroffset; in vtbuf_grow()