Searched refs:VBF_SCROLL (Results 1 – 2 of 2) sorted by relevance
79 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()
200 #define VBF_SCROLL 0x8 /* scroll locked mode. */ macro