Searched refs:abGrabbed (Results 1 – 1 of 1) sorted by relevance
243 static BOOL abGrabbed[MAX1401] = {0}; // Flag for grabbed, set true by grab1401 variable730 if (abGrabbed[hand]) // 1401 should not have been grabbed in U14Grab1401()740 sErr = abGrabbed[hand] ? U14ERR_ALREADYSET : CED_Grab1401(aHand1401[hand]); in U14Grab1401()743 abGrabbed[hand] = TRUE; in U14Grab1401()757 if (abGrabbed[hand]) // 1401 should have been grabbed in U14Free1401()767 sErr = abGrabbed[hand] ? CED_Free1401(aHand1401[hand]) : U14ERR_NOTSET; in U14Free1401()770 abGrabbed[hand] = FALSE; in U14Free1401()787 if (abGrabbed[hand]) // 1401 should have been grabbed in U14Peek1401()822 if (abGrabbed[hand]) // 1401 should have been grabbed in U14Poke1401()858 if (abGrabbed[hand]) // 1401 should have been grabbed in U14Ramp1401()[all …]