Searched refs:IHPtr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Events.c | 119 } IHRec, *IHPtr; typedef in typeref:struct:x_IHRec * 121 static IHPtr InputHandlers = NULL; 274 IHPtr ih; /* returned with an error condition, do we? */ 420 IHPtr ih; 558 IHPtr ih; 581 IHPtr ih = addInputHandler(fd, proc, data); 591 IHPtr ih = addInputHandler(fd, proc, data); 606 static IHPtr handler = NULL; 607 IHPtr old_handler = handler; 618 removeInputHandler(IHPtr i [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Events.c | 104 } IHRec, *IHPtr; typedef in typeref:struct:x_IHRec * 106 static IHPtr InputHandlers = NULL; 352 IHPtr ih; 444 IHPtr ih; 527 IHPtr ih = data; 537 IHPtr ih; 565 IHPtr ih = addInputHandler(fd, proc, data); 575 IHPtr ih = addInputHandler(fd, proc, data); 588 static IHPtr handler = NULL; 602 removeInputHandler(IHPtr i [all...] |
Completed in 3 milliseconds