Searched refs:vb_roffset (Results 1 – 3 of 3) sorted by relevance
77 if (vb->vb_roffset != vb->vb_curroffset) { in vthistory_seek() 78 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek() 102 roffset = vb->vb_roffset; in vthistory_seek() 120 diff = vb->vb_roffset != roffset; in vthistory_seek() 121 vb->vb_roffset = roffset; in vthistory_seek() 139 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines() 144 cur = vb->vb_roffset + vb->vb_scr_size.tp_row + sz - 1; in vthistory_addlines() 158 *offset = vb->vb_roffset; in vthistory_getpos() 173 return ((row - vb->vb_roffset + vb->vb_history_size) % in vtbuf_htw() 182 return ((vb->vb_roffset in vtbuf_wth() [all...]
214 unsigned int vb_roffset; /* (b) History rows offset. */ member269 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)])271 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
250 .vb_roffset = 0,