Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/
H A Dvt_buf.c78 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_seek()
140 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_addlines()
217 if ((vb->vb_flags & (VBF_CURSOR|VBF_SCROLL)) == VBF_CURSOR && in vtbuf_iscursor()
881 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()
883 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()
H A Dvt.h202 #define VBF_SCROLL 0x8 /* scroll locked mode. */ macro