Lines Matching refs:detail
103 grab->detail.exact = keybut;
104 grab->detail.pMask = NULL;
121 free(pGrab->detail.pMask);
155 DeleteDetailFromMask(Mask *pDetailMask, unsigned int detail)
169 BITCLEAR(mask, detail);
238 if (DetailSupersedesSecond(pFirstGrab->detail,
239 pSecondGrab->detail, (unsigned int)AnyKey))
298 if (DetailSupersedesSecond(pSecondGrab->detail, pFirstGrab->detail,
306 if (DetailSupersedesSecond(pFirstGrab->detail, pSecondGrab->detail,
332 if (!(DetailSupersedesSecond(pFirstGrab->detail,
333 pSecondGrab->detail,
335 DetailSupersedesSecond(pSecondGrab->detail,
336 pFirstGrab->detail,
466 else if ((grab->detail.exact == any_key)
469 UPDATE(grab->detail.pMask, pMinuendGrab->detail.exact);
472 && (grab->detail.exact != any_key))
477 else if ((pMinuendGrab->detail.exact != any_key)
483 UPDATE(grab->detail.pMask, pMinuendGrab->detail.exact);
496 pMinuendGrab->detail.exact,
516 else if (pMinuendGrab->detail.exact == any_key)
523 UPDATE(grab->detail.pMask, pMinuendGrab->detail.exact);