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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkBind.c1430 unsigned int matchCount, matchSpace;
1587 matchSpace = sizeof(staticPending.matchArray) / sizeof(PatSeq *);
1646 if (matchCount >= matchSpace) {
1652 + matchSpace * sizeof(PatSeq*);
1653 matchSpace *= 2;
1656 + matchSpace * sizeof(PatSeq*);
1419 unsigned int matchCount, matchSpace; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkBind.c1464 unsigned int matchCount, matchSpace;
1624 matchSpace = sizeof(staticPending.matchArray) / sizeof(PatSeq *);
1686 if (matchCount >= matchSpace) {
1692 + matchSpace * sizeof(PatSeq*);
1693 matchSpace *= 2;
1696 + matchSpace * sizeof(PatSeq*);
1453 unsigned int matchCount, matchSpace; local

Completed in 137 milliseconds