Home
last modified time | relevance | path

Searched refs:dontVTSwitch (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c186 if (!xf86Info.dontVTSwitch && arg) { in xf86ProcessActionEvent()
198 if (!xf86Info.dontVTSwitch) { in xf86ProcessActionEvent()
211 if (!xf86Info.dontVTSwitch && xf86Info.vtno > 0) { in xf86ProcessActionEvent()
H A Dxf86Privstr.h61 Bool dontVTSwitch; member
H A Dxf86Globals.c106 .dontVTSwitch = FALSE,
H A Dxf86Init.c483 xf86Info.dontVTSwitch = TRUE; in InitOutput()
H A Dxf86Config.c741 xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch); in configServerFlags()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog185611 dontVTSwitch under *BSD, when XKB is disabled. Bugzilla #2252.