Searched defs:numTags (Results 1 - 6 of 6) sorted by relevance
| /ast/src/lib/libtk/generic/ |
| H A D | tkInt.h | 504 int numTags; /* Number of tags at *tagPtr. */ member in struct:TkWindow
|
| H A D | tkText.c | 251 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 D | tkTextBTree.c | 84 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 D | tkText.h | 249 * numTags-1. */ 427 int numTags; /* Number of tags currently defined for member in struct:TkText
|
| H A D | tkTextDisp.c | 468 int numTags, new, i; 491 tagPtrs = TkBTreeGetTags(indexPtr, &numTags); 508 for (i = 0 ; i < numTags; i++) { 465 int numTags, new, i; local
|
| H A D | tk.h | 575 int numTags; /* Number of tag slots actually used 573 int numTags; /* Number of tag slots actually used member in struct:Tk_Item
|
Completed in 49 milliseconds