Searched refs:vb_flags (Results 1 – 3 of 3) sorted by relevance
424 vb->vb_flags |= VBF_CURSOR; in vtbuf_init_early()440 vb->vb_flags |= VBF_MTX_INIT; in vtbuf_init_early()505 vb->vb_flags &= ~VBF_STATIC; in vtbuf_grow()825 oflags = vb->vb_flags; in vtbuf_cursor_visibility()827 vb->vb_flags |= VBF_CURSOR; in vtbuf_cursor_visibility()829 vb->vb_flags &= ~VBF_CURSOR; in vtbuf_cursor_visibility()830 nflags = vb->vb_flags; in vtbuf_cursor_visibility()842 oflags = vb->vb_flags; in vtbuf_scroll_mode()844 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()846 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()[all …]
196 int vb_flags; /* (b) Flags. */ member
236 .vb_flags = VBF_STATIC,