Lines Matching refs:values
82 XKeyboardControl values; in xnestChangeKeyboardControl()
88 values.key_click_percent = ctrl->click; in xnestChangeKeyboardControl()
89 values.bell_percent = ctrl->bell; in xnestChangeKeyboardControl()
90 values.bell_pitch = ctrl->bell_pitch; in xnestChangeKeyboardControl()
91 values.bell_duration = ctrl->bell_duration; in xnestChangeKeyboardControl()
92 values.auto_repeat_mode = ctrl->autoRepeat ? in xnestChangeKeyboardControl()
95 XChangeKeyboardControl(xnestDisplay, value_mask, &values); in xnestChangeKeyboardControl()
105 values.led = i; in xnestChangeKeyboardControl()
106 values.led_mode = in xnestChangeKeyboardControl()
108 XChangeKeyboardControl(xnestDisplay, value_mask, &values); in xnestChangeKeyboardControl()
123 XKeyboardState values; in xnestKeyboardProc() local
211 XGetKeyboardControl(xnestDisplay, &values); in xnestKeyboardProc()
213 (char *) values.auto_repeats, sizeof(values.auto_repeats)); in xnestKeyboardProc()