Searched refs:SameClient (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dungrdev.c107 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI)
H A Dclosedev.c100 if (SameClient(others, client))
151 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client))
H A Dsetmode.c107 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
H A Dsetdval.c116 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
H A Dgetselev.c125 if (SameClient(others, client)) {
H A Dxigrabdev.c155 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI2)
H A Dchgdctl.c167 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) {
H A Dxiselectev.c245 if (SameClient(others, client)) {
H A Dexevents.c1584 if (!SameClient(others, client) && (check &
1591 if (SameClient(others, client)) {
2023 if (SameClient(other, client))
2037 if ((grab && SameClient(grab, client) &&
2155 if (SameClient(others, client)) {
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dungrdev.c105 (grab) && SameClient(grab, client) && grab->grabtype == XI)
H A Dclosedev.c98 if (SameClient(others, client))
149 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client))
H A Dsetmode.c111 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
H A Dsetdval.c119 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
H A Dgetselev.c125 if (SameClient(others, client)) {
H A Dxigrabdev.c171 (grab) && SameClient(grab, client) && grab->grabtype == XI2)
H A Dchgdctl.c175 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) {
H A Dxiselectev.c373 if (SameClient(others, client)) {
H A Dexevents.c2675 if (!SameClient(others, client) && (check &
2682 if (SameClient(others, client)) {
3194 if (SameClient(other, client))
3208 if ((grab && SameClient(grab, client) &&
3326 if (SameClient(others, client)) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c1601 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client);
1612 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client))
1654 && SameClient(devgrabinfo->grab, client))
1657 SameClient(devgrabinfo->sync.other, client))
1670 && SameClient(devgrabinfo->grab, client))
1673 && SameClient(devgrabinfo->sync.other, client))
1699 && SameClient(devgrabinfo->grab, client))
1702 && SameClient(devgrabinfo->sync.other, client))
1779 if (dev->deviceGrab.grab && SameClient(dev->deviceGrab.grab, client))
1845 if (grab && !SameClient(gra
[all...]
H A Ddevices.c2264 if ((grab && SameClient(grab, client) &&
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c1832 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client);
1842 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) {
1878 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client))
1881 SameClient(devgrabinfo->sync.other, client))
1891 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client))
1894 && SameClient(devgrabinfo->sync.other, client))
1916 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client))
1919 && SameClient(devgrabinfo->sync.other, client))
2007 SameClient(dev->deviceGrab.grab, client)) {
2071 if (grab && !SameClient(gra
[all...]
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dinputstr.h65 #define SameClient(obj,client) \ macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dinputstr.h69 #define SameClient(obj,client) \ macro
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsecurity.c394 if (SameClient(pEventClient, client))
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsecurity.c369 if (SameClient(pEventClient, client)) {

Completed in 38 milliseconds

12