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

  /xsrc/external/mit/xorg-server.old/dist/include/
inputstr.h 91 * Kludge: OtherClients and InputClients must be compatible, see code.
97 } OtherClients;
  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 105 * Kludge: OtherClients and InputClients must be compatible, see code.
111 } OtherClients;
  /xsrc/external/mit/xorg-server/dist/Xext/
security.c 365 OtherClients *pEventClient;
378 pEventClient = malloc(sizeof(OtherClients));
  /xsrc/external/mit/xorg-server.old/dist/Xext/
security.c 388 OtherClients *pEventClient;
404 pEventClient = malloc(sizeof(OtherClients));
  /xsrc/external/mit/xorg-server/dist/dix/
touch.c 800 OtherClients *oclients;
events.c 2560 OtherClients *other;
4548 OtherClients *others;
4593 if (!(pWin->optional->otherClients = other->next))
4609 OtherClients *others;
4656 others = malloc(sizeof(OtherClients));
4661 others->next = pWin->optional->otherClients;
4662 pWin->optional->otherClients = others;
  /xsrc/external/mit/xorg-server.old/dist/dix/
events.c 2137 OtherClients *other;
3943 OtherClients *others;
3995 if (!(pWin->optional->otherClients = other->next))
4013 OtherClients * others;
4070 others = malloc(sizeof(OtherClients));
4075 others->next = pWin->optional->otherClients;
4076 pWin->optional->otherClients = others;
  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 1415 OtherClients *oclients;
1419 (OtherClients *) wOtherClients(*win), next)

Completed in 18 milliseconds