Lines Matching defs:realInputProc
251 /* If processInputProc is set to something different than realInputProc,
253 * realInputProc. This ensures that
254 * processInputProc == (frozen ? EnqueueEvent : realInputProc)
259 ProcessInputProc realInputProc;
266 oldprocs->realInputProc = device->public.realInputProc; \
267 device->public.realInputProc = proc; \
272 if (device->public.processInputProc == device->public.realInputProc)\
275 oldprocs->realInputProc = device->public.realInputProc; \
276 device->public.realInputProc = proc; \
281 backupproc = device->public.realInputProc; \
282 if (device->public.processInputProc == device->public.realInputProc)\
283 device->public.processInputProc = oldprocs->realInputProc; \
284 device->public.realInputProc = oldprocs->realInputProc; \