Searched refs:vw_flags (Results 1 – 2 of 2) sorted by relevance
202 .vw_flags = VWF_CONSOLE,460 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()464 if (curvw->vw_flags & VWF_SWWAIT_REL) { in vt_proc_window_switch()514 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()608 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()698 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()761 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()794 vw->vw_flags |= VWF_SCROLL; in vt_processkey()798 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()1113 if (vd->vd_flags & VDF_SPLASH || vw->vw_flags & VWF_BUSY) in vt_flush()[all …]
274 unsigned int vw_flags; /* (d) Per-window flags. */ member