Searched refs:tagList (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabset.itk1466 private method _createLabel {canvas tagList}
2161 itcl::body iwidgets::Tab::_createLabel {canvas tagList} {
2167 -tags $tagList \
2174 -tags $tagList \
2182 -tags $tagList \
2197 lappend tagList $this TAB
2199 _createLabel $canvas $tagList
2230 -tags $tagList \
2237 -tags $tagList \
2247 -tags $tagList \
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_io.h41 const uint16_t *tagList; member in struct:UConverterAlias
H A Ducnv_io.cpp273 gMainTable.tagList = table + currOffset;
326 if (gMainTable.tagList) {
329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
946 return GET_STRING(gMainTable.tagList[n]);
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c1084 TAG *tagList; local
1089 tagList = tagStack;
1092 if (tagList == NULL) {
1095 tagList = freeTagList;
1098 p = tagList;
1099 tagList = tagList->parent;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c1084 TAG *tagList; local
1089 tagList = tagStack;
1092 if (tagList == NULL) {
1095 tagList = freeTagList;
1098 p = tagList;
1099 tagList = tagList->parent;

Completed in 145 milliseconds