Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt_buf.c79 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_seek()
141 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_addlines()
218 if ((vb->vb_flags & (VBF_CURSOR|VBF_SCROLL)) == VBF_CURSOR && in vtbuf_iscursor()
851 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()
853 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()
Dvt.h200 #define VBF_SCROLL 0x8 /* scroll locked mode. */ macro