Searched refs:TclObjSetType (Results 1 – 12 of 12) sorted by relevance
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/ |
H A D | Lang.m | 147 #ifndef TclObjSetType 148 # define TclObjSetType (*LangVptr->V_TclObjSetType) macro
|
H A D | Lang.t | 171 #ifndef TclObjSetType 172 VFUNC(void,TclObjSetType,V_TclObjSetType,_ANSI_ARGS_((Tcl_Obj *objPtr,Tcl_ObjType *newType))) 173 #endif /* #ifndef TclObjSetType */
|
H A D | Lang.h | 42 EXTERN void TclObjSetType _ANSI_ARGS_((Tcl_Obj *objPtr,Tcl_ObjType *newType));
|
H A D | tcl.h | 799 #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 D | tkObj.c | 354 TclObjSetType(objPtr,&pixelObjType); 769 TclObjSetType(objPtr,&windowObjType);
|
H A D | tkColor.c | 734 TclObjSetType(objPtr,&tkColorObjType);
|
H A D | tkCursor.c | 773 TclObjSetType(objPtr,&tkCursorObjType);
|
H A D | tkBitmap.c | 980 TclObjSetType(objPtr,&tkBitmapObjType);
|
H A D | tk3d.c | 1359 TclObjSetType(objPtr,&tkBorderObjType);
|
H A D | tkConfig.c | 1235 TclObjSetType(objPtr,&tkOptionObjType);
|
H A D | tkFont.c | 1310 TclObjSetType(objPtr,&tkFontObjType);
|
/dports/x11-toolkits/p5-Tk/Tk-804.035/ |
H A D | objGlue.c | 1307 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
|