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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTextTag.c1513 int numOldTags, numNewTags, i, j, size, nearby;
1585 numNewTags = 0;
1587 newArrayPtr = TkBTreeGetTags(&index, textPtr, &numNewTags);
1588 SortTags(numNewTags, newArrayPtr);
1592 numNewTags = 0;
1603 if (numNewTags > 0) {
1604 size = numNewTags * sizeof(TkTextTag *);
1608 for (j = 0; j < numNewTags; j++) {
1628 textPtr->numCurTags = numNewTags;
1660 if (numNewTags !
1503 int numOldTags, numNewTags, i, j, size, nearby; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTextTag.c1279 int numOldTags, numNewTags, i, j, size;
1349 newArrayPtr = TkBTreeGetTags(&index, &numNewTags);
1350 SortTags(numNewTags, newArrayPtr);
1353 numNewTags = 0;
1365 if (numNewTags > 0) {
1366 size = numNewTags * sizeof(TkTextTag *);
1370 for (j = 0; j < numNewTags; j++) {
1391 textPtr->numCurTags = numNewTags;
1422 if (numNewTags != 0) {
1428 numNewTags, (ClientDat
1270 int numOldTags, numNewTags, i, j, size; local
[all...]

Completed in 124 milliseconds