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

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c4091 #define TAG_INFO_SIZE(tagSpace) \
4092 (Tk_Offset(TagInfo, tagPtr) + ((tagSpace) * sizeof(Tk_Uid)))
4130 tagInfo->tagSpace = TREE_TAG_SPACE;
4132 int tagSpace = (numTags / TREE_TAG_SPACE) * TREE_TAG_SPACE +
4134 if (tagSpace % TREE_TAG_SPACE) panic("TagInfo_Add miscalc");
4137 TAG_INFO_SIZE(tagSpace));
4139 tagInfo = (TagInfo *) ckalloc(TAG_INFO_SIZE(tagSpace));
4141 tagInfo->tagSpace = tagSpace;
4152 if (tagInfo->tagSpace
4129 int tagSpace = (numTags / TREE_TAG_SPACE) * TREE_TAG_SPACE + local
4237 int numTags = *numTagsPtr, tagSpace = *tagSpacePtr; local
4293 int tagSpace = tagInfo->tagSpace; local
[all...]
H A DtkTreeCtrl.h1086 int tagSpace; /* Total amount of tag space available member in struct:TagInfo
1090 * be tagSpace. THIS FIELD MUST BE THE
H A DtkTreeColumn.c3714 int i, tagSpace, numTags = 0; local
3724 tags = TagInfo_Names(tree, column->tagInfo, tags, &numTags, &tagSpace);
H A DtkTreeItem.c7034 int i, tagSpace, numTags = 0; local
7044 tags = TagInfo_Names(tree, item->tagInfo, tags, &numTags, &tagSpace);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvUtil.c430 if (itemPtr->tagSpace < argc) {
439 itemPtr->tagSpace = argc;
H A Dtk.h932 int tagSpace; /* Total amount of tag space available at
929 int tagSpace; /* Total amount of tag space available at member in struct:Tk_Item
H A DtkCanvas.c973 itemPtr->tagSpace = TK_TAG_SPACE;
3902 if (itemPtr->tagSpace == itemPtr->numTags) {
3905 itemPtr->tagSpace += 5;
3907 ckalloc((unsigned) (itemPtr->tagSpace * sizeof(Tk_Uid)));
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvUtil.c404 if (itemPtr->tagSpace < argc) {
413 itemPtr->tagSpace = argc;
H A Dtk.h939 int tagSpace; /* Total amount of tag space available
937 int tagSpace; /* Total amount of tag space available member in struct:Tk_Item
H A DtkCanvas.c982 itemPtr->tagSpace = TK_TAG_SPACE;
4003 if (itemPtr->tagSpace == itemPtr->numTags) {
4006 itemPtr->tagSpace += 5;
4008 (itemPtr->tagSpace * sizeof(Tk_Uid)));

Completed in 310 milliseconds