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

/ast/src/lib/libtk/generic/
H A DtkBind.c249 int numOwners; /* Number of virtual events to trigger. */ member in struct:VirtualOwners
252 * actually be allocated for numOwners
1713 for (iVirt = 0; iVirt < voPtr->numOwners; iVirt++) {
2482 voPtr->numOwners = 0;
2486 + voPtr->numOwners * sizeof(Tcl_HashEntry *));
2489 voPtr->owners[voPtr->numOwners] = vhPtr;
2490 voPtr->numOwners++;
2576 for (iVirt = 0; iVirt < voPtr->numOwners; iVirt++) {
2581 if (iVirt == voPtr->numOwners) {
2584 voPtr->numOwners
[all...]

Completed in 22 milliseconds