Searched refs:vtbuf_in_this_range (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/vt/ |
| D | vt_buf.c | 62 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) || in vthistory_addlines() 149 vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) { in vthistory_addlines() 197 vtbuf_in_this_range(int begin, int test, int end, int sz) in vtbuf_in_this_range() function 248 if (vtbuf_in_this_range(POS_INDEX(sc, sr), POS_INDEX(col, row), in vtbuf_iscursor()
|