Home
last modified time | relevance | path

Searched refs:TclObjSetType (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/
H A DLang.m147 #ifndef TclObjSetType
148 # define TclObjSetType (*LangVptr->V_TclObjSetType) macro
H A DLang.t171 #ifndef TclObjSetType
172 VFUNC(void,TclObjSetType,V_TclObjSetType,_ANSI_ARGS_((Tcl_Obj *objPtr,Tcl_ObjType *newType)))
173 #endif /* #ifndef TclObjSetType */
H A DLang.h42 EXTERN void TclObjSetType _ANSI_ARGS_((Tcl_Obj *objPtr,Tcl_ObjType *newType));
H A Dtcl.h799 #define TclObjSetType(o,t) ((o)->typePtr = (t)) macro
823 #ifndef TclObjSetType
824 EXTERN void TclObjSetType _ANSI_ARGS_((Tcl_Obj *objPtr,Tcl_ObjType *newType));
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkObj.c354 TclObjSetType(objPtr,&pixelObjType);
769 TclObjSetType(objPtr,&windowObjType);
H A DtkColor.c734 TclObjSetType(objPtr,&tkColorObjType);
H A DtkCursor.c773 TclObjSetType(objPtr,&tkCursorObjType);
H A DtkBitmap.c980 TclObjSetType(objPtr,&tkBitmapObjType);
H A Dtk3d.c1359 TclObjSetType(objPtr,&tkBorderObjType);
H A DtkConfig.c1235 TclObjSetType(objPtr,&tkOptionObjType);
H A DtkFont.c1310 TclObjSetType(objPtr,&tkFontObjType);
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A DobjGlue.c1307 TclObjSetType(dst,TclObjGetType(src)); in IntDupProc()
1319 TclObjSetType(obj,&tclIntType); in IntSetFromAnyProc()
1334 TclObjSetType(obj,&tclDoubleType); in DoubleSetFromAnyProc()
1660 TclObjSetType(Tcl_Obj *obj,Tcl_ObjType *type) in TclObjSetType() function