Searched refs:TclObjGetType (Results 1 – 10 of 10) sorted by relevance
135 #ifndef TclObjGetType136 # define TclObjGetType (*LangVptr->V_TclObjGetType) macro
159 #ifndef TclObjGetType160 VFUNC(Tcl_ObjType *,TclObjGetType,V_TclObjGetType,_ANSI_ARGS_((Tcl_Obj *objPtr)))161 #endif /* #ifndef TclObjGetType */
40 EXTERN Tcl_ObjType * TclObjGetType _ANSI_ARGS_((Tcl_Obj *objPtr));
798 #define TclObjGetType(o) ((o)->typePtr) macro817 #ifndef TclObjGetType818 EXTERN Tcl_ObjType * TclObjGetType _ANSI_ARGS_((Tcl_Obj *objPtr));
104 if (TclObjGetType(objPtr) != &tkCursorObjType) {697 if (TclObjGetType(objPtr) != &tkCursorObjType) {769 typePtr = TclObjGetType(objPtr);
90 if (TclObjGetType(objPtr) != &tkBorderObjType) {1266 if (TclObjGetType(objPtr) != &tkBorderObjType) {1355 typePtr = TclObjGetType(objPtr);
994 if ((TclObjGetType(keyObjPtr) == &tkStateKeyObjType)1002 typePtr = TclObjGetType(keyObjPtr);
1940 || (TclObjGetType(data) == Tcl_GetObjType("bytearray")
1307 TclObjSetType(dst,TclObjGetType(src)); in IntDupProc()1315 typePtr = TclObjGetType(obj); in IntSetFromAnyProc()1330 typePtr = TclObjGetType(obj); in DoubleSetFromAnyProc()1516 Tcl_ObjType *type = TclObjGetType(obj); in Tcl_ObjMagic()1628 TclObjGetType(Tcl_Obj *obj) in TclObjGetType() function1692 if (TclObjGetType(objPtr) == typePtr) { in Tcl_ConvertToType()
815 if (TclObjGetType(objv[1]) == &tclIntType) {