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

/freebsd-13-stable/sys/dev/vt/
H A Dvt_buf.c62 static int vtbuf_in_this_range(int begin, int test, int end, int sz);
148 if (vtbuf_in_this_range(cur, vb->vb_mark_start.tp_row, cur + offset, sz) ||
149 vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) {
197 vtbuf_in_this_range(int begin, int test, int end, int sz) function
248 if (vtbuf_in_this_range(POS_INDEX(sc, sr), POS_INDEX(col, row),

Completed in 65 milliseconds