Searched refs:vw_flags (Results 1 – 2 of 2) sorted by relevance
214 .vw_flags = VWF_CONSOLE,473 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()477 if (curvw->vw_flags & VWF_SWWAIT_REL) { in vt_proc_window_switch()527 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()654 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()744 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()808 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()841 vw->vw_flags |= VWF_SCROLL; in vt_processkey()845 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()1165 if (vd->vd_flags & VDF_SPLASH || vw->vw_flags & VWF_BUSY) in vt_flush()[all …]
283 unsigned int vw_flags; /* (d) Per-window flags. */ member