Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c244 .vw_flags = VWF_CONSOLE,
511 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()
515 if (curvw->vw_flags & VWF_SWWAIT_REL) { in vt_proc_window_switch()
538 if ((vw->vw_flags & (VWF_OPENED|VWF_CONSOLE)) == 0) { in vt_proc_window_switch()
586 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
613 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
747 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()
846 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()
912 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()
945 vw->vw_flags |= VWF_SCROLL; in vt_processkey()
[all …]
H A Dvt.h305 unsigned int vw_flags; /* (d) Per-window flags. */ member