Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt_buf.c76 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_seek()
138 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_addlines()
215 if ((vb->vb_flags & (VBF_CURSOR|VBF_SCROLL)) == VBF_CURSOR && in vtbuf_iscursor()
915 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()
917 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()
H A Dvt.h212 #define VBF_SCROLL 0x8 /* scroll locked mode. */ macro