Searched refs:listType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXutil.c891 static Tcl_ObjType *listType = NULL, *stringType = NULL;
897 if (listType == NULL) {
898 listType = Tcl_GetObjType ("list");
905 if (objPtr->typePtr == listType) {
873 static Tcl_ObjType *listType = NULL, *stringType = NULL; local
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DtclXkeylist.c72 static const Tcl_ObjType *listType; variable
96 if (objPtr->typePtr == listType) {
1457 listType = Tcl_GetObjType("list");
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dclean.c1967 TidyTagId listType = TidyTag_UL; local
1969 listType = TidyTag_OL;
1973 if ( !list || TagId(list) != listType )
1975 const Dict* tag = TY_(LookupTagDef)( listType );
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c10360 static Tcl_ObjType CONST86 *listType = NULL; local
10367 if (listType == NULL) {
10370 listType = tmp->typePtr;
10375 if (listType == NULL) {
10376 listType = Tcl_GetObjType("list");
10377 /*fprintf(stderr, "fetching listType=%p\n", listType);*/
10383 if (obj->typePtr == listType) {

Completed in 284 milliseconds