Lines Matching refs:realInputProc
242 /* If processInputProc is set to something different than realInputProc,
244 * realInputProc. This ensures that
245 * processInputProc == (frozen ? EnqueueEvent : realInputProc)
250 ProcessInputProc realInputProc;
257 oldprocs->realInputProc = device->public.realInputProc; \
258 device->public.realInputProc = proc; \
263 if (device->public.processInputProc == device->public.realInputProc)\
266 oldprocs->realInputProc = device->public.realInputProc; \
267 device->public.realInputProc = proc; \
272 backupproc = device->public.realInputProc; \
273 if (device->public.processInputProc == device->public.realInputProc)\
274 device->public.processInputProc = oldprocs->realInputProc; \
275 device->public.realInputProc = oldprocs->realInputProc; \