Lines Matching refs:xkbInfo
121 XkbSrvInfoPtr xkbInfo;
127 if ((dev == NULL) || (dev->key == NULL) || (dev->key->xkbInfo == NULL) ||
137 xkbInfo = dev->key->xkbInfo;
142 switch (xkbInfo->beepType) {
144 ErrorF("[xkb] Unknown beep type %d\n", xkbInfo->beepType);
165 if (!doesPitch && xkbInfo->beepCount < 1)
177 if (xkbInfo->beepCount < 1) {
192 if (xkbInfo->beepCount < 1) {
218 if (xkbInfo->beepCount < 1) {
231 if (xkbInfo->beepCount < 2)
272 if (xkbInfo->beepCount < 1) {
292 if (!doesPitch && xkbInfo->beepCount < 1)
302 if (xkbInfo->beepCount == 0) {
306 else if (xkbInfo->desc->ctrls->enabled_ctrls & XkbAudibleBellMask) {
312 xkbInfo->beepCount++;
338 XkbSrvInfoRec *xkbInfo = dev->key->xkbInfo;
341 xkbInfo->beepType = what;
342 xkbInfo->beepCount = 0;
345 xkbInfo->beepTimer = TimerSet(xkbInfo->beepTimer,