Searched refs:VBF_SCROLL (Results 1 – 2 of 2) sorted by relevance
75 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_seek()137 if ((vb->vb_flags & VBF_SCROLL) == 0) { in vthistory_addlines()214 if ((vb->vb_flags & (VBF_CURSOR|VBF_SCROLL)) == VBF_CURSOR && in vtbuf_iscursor()914 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()916 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()
211 #define VBF_SCROLL 0x8 /* scroll locked mode. */ macro