| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dixgrabs.h | 48 extern _X_EXPORT Bool GrabMatchesSecond(
|
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | input.c | 468 rc = GrabMatchesSecond(&a, &b, FALSE); 470 rc = GrabMatchesSecond(&b, &a, FALSE); 475 rc = GrabMatchesSecond(&a, &b, FALSE); 477 rc = GrabMatchesSecond(&b, &a, FALSE); 482 rc = GrabMatchesSecond(&a, &b, FALSE); 484 rc = GrabMatchesSecond(&b, &a, FALSE); 508 rc = GrabMatchesSecond(&a, &b, FALSE); 513 rc = GrabMatchesSecond(&a, &b, FALSE); 515 rc = GrabMatchesSecond(&a, &b, TRUE); 520 rc = GrabMatchesSecond( [all...] |
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 587 rc = GrabMatchesSecond(&a, &b, FALSE); 589 rc = GrabMatchesSecond(&b, &a, FALSE); 594 rc = GrabMatchesSecond(&a, &b, FALSE); 596 rc = GrabMatchesSecond(&b, &a, FALSE); 601 rc = GrabMatchesSecond(&a, &b, FALSE); 603 rc = GrabMatchesSecond(&b, &a, FALSE); 627 rc = GrabMatchesSecond(&a, &b, FALSE); 632 rc = GrabMatchesSecond(&a, &b, FALSE); 634 rc = GrabMatchesSecond(&a, &b, TRUE); 639 rc = GrabMatchesSecond( [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixgrabs.h | 53 extern _X_EXPORT Bool GrabMatchesSecond(GrabPtr /* pFirstGrab */ ,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | grabs.c | 259 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice) function in typeref:typename:Bool 370 if (GrabMatchesSecond(pGrab, grab, FALSE)) 459 !GrabMatchesSecond(grab, pMinuendGrab,
|
| H A D | events.c | 3410 if (GrabMatchesSecond(&tempGrab, grab, FALSE)) 3418 (GrabMatchesSecond(&tempGrab, grab, FALSE))) 3427 (GrabMatchesSecond(&tempGrab, grab, TRUE)))
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | PassivGrab.c | 324 GrabMatchesSecond(register XtServerGrabPtr pFirstGrab, function in typeref:typename:Bool 385 if (GrabMatchesSecond(grab, pMinuendGrab) && 575 if (GrabMatchesSecond(&tempGrab, grab))
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | grabs.c | 434 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice) function in typeref:typename:Bool 536 if (GrabMatchesSecond(pGrab, grab, (pGrab->grabtype == CORE))) { 618 || !GrabMatchesSecond(grab, pMinuendGrab, (grab->grabtype == CORE)))
|
| H A D | events.c | 3997 if (tmp->type && GrabMatchesSecond(tmp, grab, ignore_device))
|