Searched refs:vw_flags (Results 1 – 2 of 2) sorted by relevance
243 .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...]
303 unsigned int vw_flags; /* (d) Per-window flags. */ member