Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_buf.c58 static int vtbuf_in_this_range(int begin, int test, int end, int sz);
144 if (vtbuf_in_this_range(cur, vb->vb_mark_start.tp_row, cur + offset, sz) || in vthistory_addlines()
145 vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) { in vthistory_addlines()
193 vtbuf_in_this_range(int begin, int test, int end, int sz) in vtbuf_in_this_range() function
228 if (vtbuf_in_this_range(tb, mb, te, hsz) || in vtbuf_unmark_on_cross()
229 vtbuf_in_this_range(tb, me, te, hsz) || in vtbuf_unmark_on_cross()
230 vtbuf_in_this_range(mb, tb, me, hsz) || in vtbuf_unmark_on_cross()
231 vtbuf_in_this_range(mb, te, me, hsz)) { in vtbuf_unmark_on_cross()
274 if (vtbuf_in_this_range(POS_INDEX(sc, sr), POS_INDEX(col, row), in vtbuf_iscursor()