Searched refs:numOwned (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkBind.c262 int numOwned; /* Number of physical events owned. */ member in struct:PhysicalsOwned
265 * be allocated to hold numOwned. */
2455 poPtr->numOwned = 0;
2463 for (i = 0; i < poPtr->numOwned; i++) {
2469 sizeof(PhysicalsOwned) + poPtr->numOwned * sizeof(PatSeq *));
2472 poPtr->patSeqs[poPtr->numOwned] = psPtr;
2473 poPtr->numOwned++;
2564 for (iPhys = poPtr->numOwned; --iPhys >= 0; ) {
2626 poPtr->numOwned--;
2627 if (eventPSPtr != NULL && poPtr->numOwned !
[all...]

Completed in 16 milliseconds