Searched defs:numTags (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkInt.h504 int numTags; /* Number of tags at *tagPtr. */ member in struct:TkWindow
H A DtkText.c251 textPtr->numTags = 0;
573 int i, j, numTags;
595 oldTagArrayPtr = TkBTreeGetTags(&index1, &numTags);
597 for (i = 0; i < numTags; i++) {
602 if (Tcl_SplitList(interp, argv[j+1], &numTags, &tagNames)
607 for (i = 0; i < numTags; i++) {
571 int i, j, numTags; local
H A DtkTextBTree.c84 int numTags; /* Number of tags for which there member in struct:TagInfo
2373 tagInfo.numTags = 0;
2439 for (src = 0, dst = 0; src < tagInfo.numTags; src++) {
2484 for (tagPtrPtr = tagInfoPtr->tagPtrs, count = tagInfoPtr->numTags;
2487 tagInfoPtr->counts[tagInfoPtr->numTags-count] += inc;
2498 if (tagInfoPtr->numTags == tagInfoPtr->arraySize) {
2517 tagInfoPtr->tagPtrs[tagInfoPtr->numTags] = tagPtr;
2518 tagInfoPtr->counts[tagInfoPtr->numTags] = inc;
2519 tagInfoPtr->numTags++;
H A DtkText.h249 * numTags-1. */
427 int numTags; /* Number of tags currently defined for member in struct:TkText
H A DtkTextDisp.c468 int numTags, new, i;
491 tagPtrs = TkBTreeGetTags(indexPtr, &numTags);
508 for (i = 0 ; i < numTags; i++) {
465 int numTags, new, i; local
H A Dtk.h575 int numTags; /* Number of tag slots actually used
573 int numTags; /* Number of tag slots actually used member in struct:Tk_Item

Completed in 45 milliseconds