Searched refs:defaultKeyboardControl (Results 1 – 9 of 9) sorted by relevance
110 t = defaultKeyboardControl.click; in ChangeKbdFeedback()121 t = defaultKeyboardControl.bell; in ChangeKbdFeedback()132 t = defaultKeyboardControl.bell_pitch; in ChangeKbdFeedback()143 t = defaultKeyboardControl.bell_duration; in ChangeKbdFeedback()185 kctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in ChangeKbdFeedback()190 (defaultKeyboardControl.autoRepeats[inx] & kmask); in ChangeKbdFeedback()354 t = defaultKeyboardControl.bell; in ChangeBellFeedback()365 t = defaultKeyboardControl.bell_pitch; in ChangeBellFeedback()376 t = defaultKeyboardControl.bell_duration; in ChangeBellFeedback()
64 KeybdCtrl defaultKeyboardControl = { variable
2000 t = defaultKeyboardControl.click; in DoChangeKeyboardControl()2012 t = defaultKeyboardControl.bell; in DoChangeKeyboardControl()2024 t = defaultKeyboardControl.bell_pitch; in DoChangeKeyboardControl()2036 t = defaultKeyboardControl.bell_duration; in DoChangeKeyboardControl()2111 ctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in DoChangeKeyboardControl()2115 (defaultKeyboardControl.autoRepeats[i] & mask); in DoChangeKeyboardControl()
663 defaultKeyboardControl.autoRepeat = TRUE; in ProcessCommandLine()721 defaultKeyboardControl.click = atoi(argv[i]); in ProcessCommandLine()726 defaultKeyboardControl.click = 0; in ProcessCommandLine()775 defaultKeyboardControl.bell = atoi(argv[i]); in ProcessCommandLine()907 defaultKeyboardControl.autoRepeat = TRUE; in ProcessCommandLine()909 defaultKeyboardControl.autoRepeat = FALSE; in ProcessCommandLine()
212 memmove((char *) defaultKeyboardControl.autoRepeats, in xnestKeyboardProc()
157 defaultKeyboardControl.leds = g_winInfo.keyboard.leds; in winKeybdProc()
218 extern _X_EXPORT KeybdCtrl defaultKeyboardControl;
630 dev->kbdfeed->ctrl = defaultKeyboardControl; in InitKeyboardDeviceStructInternal()
411 k->ctrl.bell_pitch = defaultKeyboardControl.bell_pitch; in _XkbBell()417 k->ctrl.bell_duration = defaultKeyboardControl.bell_duration; in _XkbBell()443 b->ctrl.pitch = defaultKeyboardControl.bell_pitch; in _XkbBell()449 b->ctrl.duration = defaultKeyboardControl.bell_duration; in _XkbBell()