Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt.h286 #define VWF_OPENED 0x2 /* TTY in use. */ macro
HDvt_core.c527 if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) { in vt_window_switch()
1522 vw->vw_flags |= VWF_OPENED; in vtterm_opened()
1524 vw->vw_flags &= ~VWF_OPENED; in vtterm_opened()
2422 if (!(vw->vw_flags & VWF_OPENED)) { in vtterm_ioctl()