Home
last modified time | relevance | path

Searched refs:dtopDivertXInput (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/pmax/dev/
H A Ddtop.c107 void (*dtopDivertXInput)(); /* X windows keyboard input routine */ variable
759 if (outc == 0 && dtopDivertXInput &&
761 (*dtopDivertXInput)(c);
773 if (dtopDivertXInput) {
774 (*dtopDivertXInput)(*ns);
813 if (dtopDivertXInput) {
814 (*dtopDivertXInput)(KEY_REPEAT);
H A Dxcfb.c109 extern void (*dtopDivertXInput)();
163 dtopDivertXInput = xcfbKbdEvent;
184 dtopDivertXInput = (void (*)())0;
261 dtopDivertXInput = xcfbKbdEvent;
269 dtopDivertXInput = (void (*)())0;
H A Dcfb.c118 extern void (*dtopDivertXInput)();
924 dtopDivertXInput = cfbKbdEvent; in cfbConfigMouse()
961 dtopDivertXInput = (void (*)())0; in cfbDeconfigMouse()
H A Dmfb.c115 extern void (*dtopDivertXInput)();
818 dtopDivertXInput = mfbKbdEvent; in mfbConfigMouse()
855 dtopDivertXInput = (void (*)())0; in mfbDeconfigMouse()