sys/dev/vt/vt_buf.c
145
if (vtbuf_in_this_range(cur, vb->vb_mark_start.tp_row, cur + offset, sz) ||
sys/dev/vt/vt_buf.c
146
vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) {
sys/dev/vt/vt_buf.c
229
if (vtbuf_in_this_range(tb, mb, te, hsz) ||
sys/dev/vt/vt_buf.c
230
vtbuf_in_this_range(tb, me, te, hsz) ||
sys/dev/vt/vt_buf.c
231
vtbuf_in_this_range(mb, tb, me, hsz) ||
sys/dev/vt/vt_buf.c
232
vtbuf_in_this_range(mb, te, me, hsz)) {
sys/dev/vt/vt_buf.c
275
if (vtbuf_in_this_range(POS_INDEX(sc, sr), POS_INDEX(col, row),
sys/dev/vt/vt_buf.c
59
static int vtbuf_in_this_range(int begin, int test, int end, int sz);