Lines Matching refs:rep
429 SReplyIDispatch(ClientPtr client, int len, xGrabDeviceReply * rep) in SReplyIDispatch() argument
433 if (rep->RepType == X_GetExtensionVersion) in SReplyIDispatch()
435 (xGetExtensionVersionReply *) rep); in SReplyIDispatch()
436 else if (rep->RepType == X_ListInputDevices) in SReplyIDispatch()
437 SRepXListInputDevices(client, len, (xListInputDevicesReply *) rep); in SReplyIDispatch()
438 else if (rep->RepType == X_OpenDevice) in SReplyIDispatch()
439 SRepXOpenDevice(client, len, (xOpenDeviceReply *) rep); in SReplyIDispatch()
440 else if (rep->RepType == X_SetDeviceMode) in SReplyIDispatch()
441 SRepXSetDeviceMode(client, len, (xSetDeviceModeReply *) rep); in SReplyIDispatch()
442 else if (rep->RepType == X_GetSelectedExtensionEvents) in SReplyIDispatch()
445 rep); in SReplyIDispatch()
446 else if (rep->RepType == X_GetDeviceDontPropagateList) in SReplyIDispatch()
449 rep); in SReplyIDispatch()
450 else if (rep->RepType == X_GetDeviceMotionEvents) in SReplyIDispatch()
452 (xGetDeviceMotionEventsReply *) rep); in SReplyIDispatch()
453 else if (rep->RepType == X_GrabDevice) in SReplyIDispatch()
454 SRepXGrabDevice(client, len, (xGrabDeviceReply *) rep); in SReplyIDispatch()
455 else if (rep->RepType == X_GetDeviceFocus) in SReplyIDispatch()
456 SRepXGetDeviceFocus(client, len, (xGetDeviceFocusReply *) rep); in SReplyIDispatch()
457 else if (rep->RepType == X_GetFeedbackControl) in SReplyIDispatch()
458 SRepXGetFeedbackControl(client, len, (xGetFeedbackControlReply *) rep); in SReplyIDispatch()
459 else if (rep->RepType == X_GetDeviceKeyMapping) in SReplyIDispatch()
461 (xGetDeviceKeyMappingReply *) rep); in SReplyIDispatch()
462 else if (rep->RepType == X_GetDeviceModifierMapping) in SReplyIDispatch()
464 (xGetDeviceModifierMappingReply *) rep); in SReplyIDispatch()
465 else if (rep->RepType == X_SetDeviceModifierMapping) in SReplyIDispatch()
467 (xSetDeviceModifierMappingReply *) rep); in SReplyIDispatch()
468 else if (rep->RepType == X_GetDeviceButtonMapping) in SReplyIDispatch()
470 (xGetDeviceButtonMappingReply *) rep); in SReplyIDispatch()
471 else if (rep->RepType == X_SetDeviceButtonMapping) in SReplyIDispatch()
473 (xSetDeviceButtonMappingReply *) rep); in SReplyIDispatch()
474 else if (rep->RepType == X_QueryDeviceState) in SReplyIDispatch()
475 SRepXQueryDeviceState(client, len, (xQueryDeviceStateReply *) rep); in SReplyIDispatch()
476 else if (rep->RepType == X_SetDeviceValuators) in SReplyIDispatch()
477 SRepXSetDeviceValuators(client, len, (xSetDeviceValuatorsReply *) rep); in SReplyIDispatch()
478 else if (rep->RepType == X_GetDeviceControl) in SReplyIDispatch()
479 SRepXGetDeviceControl(client, len, (xGetDeviceControlReply *) rep); in SReplyIDispatch()
480 else if (rep->RepType == X_ChangeDeviceControl) in SReplyIDispatch()
482 (xChangeDeviceControlReply *) rep); in SReplyIDispatch()
483 else if (rep->RepType == X_ListDeviceProperties) in SReplyIDispatch()
485 (xListDevicePropertiesReply *) rep); in SReplyIDispatch()
486 else if (rep->RepType == X_GetDeviceProperty) in SReplyIDispatch()
487 SRepXGetDeviceProperty(client, len, (xGetDevicePropertyReply *) rep); in SReplyIDispatch()
488 else if (rep->RepType == X_XIQueryPointer) in SReplyIDispatch()
489 SRepXIQueryPointer(client, len, (xXIQueryPointerReply *) rep); in SReplyIDispatch()
490 else if (rep->RepType == X_XIGetClientPointer) in SReplyIDispatch()
491 SRepXIGetClientPointer(client, len, (xXIGetClientPointerReply *) rep); in SReplyIDispatch()
492 else if (rep->RepType == X_XIQueryVersion) in SReplyIDispatch()
493 SRepXIQueryVersion(client, len, (xXIQueryVersionReply *) rep); in SReplyIDispatch()
494 else if (rep->RepType == X_XIQueryDevice) in SReplyIDispatch()
495 SRepXIQueryDevice(client, len, (xXIQueryDeviceReply *) rep); in SReplyIDispatch()
496 else if (rep->RepType == X_XIGrabDevice) in SReplyIDispatch()
497 SRepXIGrabDevice(client, len, (xXIGrabDeviceReply *) rep); in SReplyIDispatch()
498 else if (rep->RepType == X_XIPassiveGrabDevice) in SReplyIDispatch()
499 SRepXIPassiveGrabDevice(client, len, (xXIPassiveGrabDeviceReply *) rep); in SReplyIDispatch()
500 else if (rep->RepType == X_XIListProperties) in SReplyIDispatch()
501 SRepXIListProperties(client, len, (xXIListPropertiesReply *) rep); in SReplyIDispatch()
502 else if (rep->RepType == X_XIGetProperty) in SReplyIDispatch()
503 SRepXIGetProperty(client, len, (xXIGetPropertyReply *) rep); in SReplyIDispatch()
504 else if (rep->RepType == X_XIGetSelectedEvents) in SReplyIDispatch()
505 SRepXIGetSelectedEvents(client, len, (xXIGetSelectedEventsReply *) rep); in SReplyIDispatch()
506 else if (rep->RepType == X_XIGetFocus) in SReplyIDispatch()
507 SRepXIGetFocus(client, len, (xXIGetFocusReply *) rep); in SReplyIDispatch()