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.c243 .vw_flags = VWF_CONSOLE,
510 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()
514 if (curvw->vw_flags & VWF_SWWAIT_REL) { in vt_proc_window_switch()
537 if ((vw->vw_flags & (VWF_OPENED|VWF_CONSOLE)) == 0) { in vt_proc_window_switch()
585 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
612 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
746 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()
845 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()
911 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()
944 vw->vw_flags | in vt_processkey()
[all...]
H A Dvt.h303 unsigned int vw_flags; /* (d) Per-window flags. */ member