Searched refs:dontVTSwitch (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Privstr.h61 Bool dontVTSwitch; member in struct:__anon669d33250208
H A Dxf86Events.c175 if (!xf86Info.dontVTSwitch && arg) {
187 if (!xf86Info.dontVTSwitch) {
200 if (!xf86Info.dontVTSwitch && xf86Info.vtno > 0) {
H A Dxf86Globals.c106 .dontVTSwitch = FALSE,
H A Dxf86Init.c438 xf86Info.dontVTSwitch = TRUE;
H A Dxf86Config.c743 xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Privstr.h68 Bool dontVTSwitch; member in struct:__anon813e10320308
H A Dxf86Events.c198 if (VTSwitchEnabled && !xf86Info.dontVTSwitch && arg) {
210 if (VTSwitchEnabled && !xf86Info.dontVTSwitch) {
223 if (VTSwitchEnabled && !xf86Info.dontVTSwitch && xf86Info.vtno > 0) {
H A Dxf86Globals.c105 .dontVTSwitch = FALSE,
H A Dxf86Init.c484 xf86Info.dontVTSwitch = TRUE;
H A Dxf86Config.c810 xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch);

Completed in 13 milliseconds