Home
last modified time | relevance | path

Searched refs:vb_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/vt/
H A Dvt_buf.c424 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 …]
H A Dvt.h196 int vb_flags; /* (b) Flags. */ member
H A Dvt_core.c236 .vb_flags = VBF_STATIC,