HomeSort by: relevance | last modified time | path
    Searched refs:InputHandlers (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Events.c 121 static IHPtr InputHandlers = NULL;
276 for (ih = InputHandlers; ih; ih = ih->next) {
451 for (ih = InputHandlers; ih; ih = ih->next)
492 for (ih = InputHandlers; ih; ih = ih->next)
545 for (ih = InputHandlers; ih; ih = ih->next)
572 ih->next = InputHandlers;
573 InputHandlers = ih;
622 if (ih == InputHandlers)
623 InputHandlers = ih->next;
625 p = InputHandlers;
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Events.c 106 static IHPtr InputHandlers = NULL;
370 for (ih = InputHandlers; ih; ih = ih->next) {
430 for (ih = InputHandlers; ih; ih = ih->next) {
478 for (ih = InputHandlers; ih; ih = ih->next) {
556 ih->next = InputHandlers;
557 InputHandlers = ih;
608 if (ih == InputHandlers)
609 InputHandlers = ih->next;
611 p = InputHandlers;

Completed in 6 milliseconds