Lines Matching defs:pSecondGrab
278 register XtServerGrabPtr pSecondGrab)
287 second.exact = pSecondGrab->modifiers;
288 if (pSecondGrab->hasExt)
289 second.pMask = GRABEXT(pSecondGrab)->pModifiersMask;
300 second.exact = pSecondGrab->keybut;
301 if (pSecondGrab->hasExt)
302 second.pMask = GRABEXT(pSecondGrab)->pKeyButMask;
325 register XtServerGrabPtr pSecondGrab)
329 if (pDisplay(pFirstGrab) != pDisplay(pSecondGrab))
332 if (GrabSupersedesSecond(pFirstGrab, pSecondGrab))
335 if (GrabSupersedesSecond(pSecondGrab, pFirstGrab))
348 secondD.exact = pSecondGrab->keybut;
349 secondM.exact = pSecondGrab->modifiers;
350 if (pSecondGrab->hasExt) {
351 secondD.pMask = GRABEXT(pSecondGrab)->pKeyButMask;
352 secondM.pMask = GRABEXT(pSecondGrab)->pModifiersMask;