Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vt/
HDvt_buf.c59 static int vtbuf_in_this_range(int begin, int test, int end, int sz);
145 if (vtbuf_in_this_range(cur, vb->vb_mark_start.tp_row, cur + offset, sz) || in vthistory_addlines()
146 vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) { in vthistory_addlines()
194 vtbuf_in_this_range(int begin, int test, int end, int sz) in vtbuf_in_this_range() function
245 if (vtbuf_in_this_range(POS_INDEX(sc, sr), POS_INDEX(col, row), in vtbuf_iscursor()