Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/vt/
H A 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()
844 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()
846 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()
H A Dvt.h200 #define VBF_SCROLL 0x8 /* scroll locked mode. */ macro