Searched refs:vb_curroffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/vt/
H A Dvt_buf.c73 if (vb->vb_roffset != vb->vb_curroffset) {
74 vb->vb_roffset = vb->vb_curroffset;
81 bottom = vb->vb_curroffset;
112 roffset = vb->vb_curroffset;
126 vb->vb_curroffset += offset;
127 if (vb->vb_curroffset < 0)
128 vb->vb_curroffset = 0;
129 if (vb->vb_curroffset + vb->vb_scr_size.tp_row >= vb->vb_history_size)
131 vb->vb_curroffset %= vb->vb_history_size;
133 vb->vb_roffset = vb->vb_curroffset;
[all...]
H A Dvt.h190 int vb_curroffset; /* (b) Saved rows offset. */ member in struct:vt_buf
243 ((vb)->vb_rows[((vb)->vb_curroffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
H A Dvt_core.c208 .vb_curroffset = 0,

Completed in 102 milliseconds