Searched refs:vb_roffset (Results 1 – 3 of 3) sorted by relevance
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()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 …]
205 unsigned int vb_roffset; /* (b) History rows offset. */ member258 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)])260 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
249 .vb_roffset = 0,