Lines Matching defs:switched
188 int switched;
467 * switched back to the pre-switch VT (i.e., the user returns to the DMX
475 if (priv->switched) FATAL0("kbdLinuxVTSwitch: already switched...\n");
479 priv->switched = 0; /* Will switch to 1 in handler */
494 priv->switched = !priv->switched;
495 LOG2("kbdLinuxVTSignalHandler: got signal %d, switched = %d\n",
496 sig, priv->switched);
497 if (!priv->switched && priv->switch_return)