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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkObj.c665 static const Tcl_ObjType *tclIntObjType = NULL;
674 tclIntObjType = Tcl_GetObjType("int");
680 } else if (objPtr->typePtr == tclIntObjType) {
654 static const Tcl_ObjType *tclIntObjType = NULL; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkObj.c574 static Tcl_ObjType *tclIntObjType = NULL;
583 tclIntObjType = Tcl_GetObjType("int");
589 } else if (objPtr->typePtr == tclIntObjType) {
565 static Tcl_ObjType *tclIntObjType = NULL; local

Completed in 132 milliseconds