Searched refs:tclDoubleObjType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkObj.c664 static const Tcl_ObjType *tclDoubleObjType = NULL;
667 if (tclDoubleObjType == NULL) {
673 tclDoubleObjType = Tcl_GetObjType("double");
677 if (objPtr->typePtr == tclDoubleObjType) {
653 static const Tcl_ObjType *tclDoubleObjType = NULL; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkObj.c573 static Tcl_ObjType *tclDoubleObjType = NULL;
576 if (tclDoubleObjType == NULL) {
582 tclDoubleObjType = Tcl_GetObjType("double");
586 if (objPtr->typePtr == tclDoubleObjType) {
564 static Tcl_ObjType *tclDoubleObjType = NULL; local

Completed in 119 milliseconds