HomeSort by: relevance | last modified time | path
    Searched refs:dontVTSwitch (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Privstr.h 61 Bool dontVTSwitch;
xf86Events.c 175 if (!xf86Info.dontVTSwitch && arg) {
187 if (!xf86Info.dontVTSwitch) {
200 if (!xf86Info.dontVTSwitch && xf86Info.vtno > 0) {
xf86Globals.c 106 .dontVTSwitch = FALSE,
xf86Init.c 438 xf86Info.dontVTSwitch = TRUE;
xf86Config.c 657 {FLAG_DONTVTSWITCH, "DontVTSwitch", OPTV_BOOLEAN,
743 xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Privstr.h 68 Bool dontVTSwitch;
xf86Events.c 198 if (VTSwitchEnabled && !xf86Info.dontVTSwitch && arg) {
210 if (VTSwitchEnabled && !xf86Info.dontVTSwitch) {
223 if (VTSwitchEnabled && !xf86Info.dontVTSwitch && xf86Info.vtno > 0) {
xf86Globals.c 105 .dontVTSwitch = FALSE,
xf86Init.c 484 xf86Info.dontVTSwitch = TRUE;
xf86Config.c 704 { FLAG_DONTVTSWITCH, "DontVTSwitch", OPTV_BOOLEAN,
810 xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch);

Completed in 18 milliseconds