Lines Matching defs:ctrl
120 KeybdCtrl *ctrl;
136 ctrl = &feed->ctrl;
139 pitch = oldPitch = ctrl->bell_pitch;
140 duration = oldDuration = ctrl->bell_duration;
300 ctrl->bell_duration = duration;
301 ctrl->bell_pitch = pitch;
303 XkbHandleBell(0, 0, dev, ctrl->bell, (void *) ctrl,
307 (*dev->kbdfeed->BellProc) (ctrl->bell, dev, (void *) ctrl,
310 ctrl->bell_duration = oldDuration;
311 ctrl->bell_pitch = oldPitch;