Searched refs:vb_curroffset (Results 1 – 3 of 3) sorted by relevance
78 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek()85 bottom = vb->vb_curroffset; in vthistory_seek()116 roffset = vb->vb_curroffset; in vthistory_seek()133 vb->vb_curroffset += offset; in vthistory_addlines()136 vb->vb_curroffset %= vb->vb_history_size; in vthistory_addlines()139 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines()437 vb->vb_curroffset = 0; in vtbuf_reset_scrollback()556 (vb->vb_curroffset + h + r) % in vtbuf_grow()618 (vb->vb_curroffset + h + r + in vtbuf_grow()638 vb->vb_curroffset = history_size - h; in vtbuf_grow()[all …]
216 unsigned int vb_curroffset; /* (b) Saved rows offset. */ member272 ((vb)->vb_rows[((vb)->vb_curroffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
246 .vb_curroffset = 0,