Home
last modified time | relevance | path

Searched refs:ITCL_DESTRUCTOR (Results 1 – 13 of 13) sorted by relevance

/dports/lang/itcl4/itcl4.2.2/generic/
H A DitclMethod.c642 imPtr->flags |= ITCL_DESTRUCTOR; in ItclCreateMemberFunc()
1201 if (imPtr->flags & (ITCL_CONSTRUCTOR|ITCL_DESTRUCTOR)) { in CallItclObjectCmd()
1265 if ((imPtr->flags & ITCL_DESTRUCTOR) && (contextIoPtr != NULL)) { in Itcl_EvalMemberCode()
2548 if (imPtr->flags & (ITCL_CONSTRUCTOR | ITCL_DESTRUCTOR)) { in ItclAfterCallMethod()
2549 if ((imPtr->flags & ITCL_DESTRUCTOR) && ioPtr && in ItclAfterCallMethod()
2641 if (imPtr->flags & ITCL_DESTRUCTOR) { in ItclProcErrorProc()
2651 if (!(imPtr->flags & (ITCL_CONSTRUCTOR|ITCL_DESTRUCTOR))) { in ItclProcErrorProc()
H A DitclInt.h444 #define ITCL_DESTRUCTOR 0x040 /* non-zero => is a destructor */ macro
H A DitclHelpers.c1320 if (imPtr->flags & ITCL_DESTRUCTOR) { in ItclAddClassFunctionDictInfo()
H A DitclObject.c1980 ignore = ITCL_CONSTRUCTOR | ITCL_DESTRUCTOR | ITCL_COMMON; in ItclReportObjectUsage()
3586 noDelegate = ITCL_CONSTRUCTOR|ITCL_DESTRUCTOR|ITCL_COMPONENT; in DelegationInstall()
H A DitclInfo.c3359 !(imPtr->flags & ITCL_DESTRUCTOR) && in Itcl_BiInfoMethodsCmd()
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/generic/
H A DitclMethod.c642 imPtr->flags |= ITCL_DESTRUCTOR; in ItclCreateMemberFunc()
1201 if (imPtr->flags & (ITCL_CONSTRUCTOR|ITCL_DESTRUCTOR)) { in CallItclObjectCmd()
1265 if ((imPtr->flags & ITCL_DESTRUCTOR) && (contextIoPtr != NULL)) { in Itcl_EvalMemberCode()
2548 if (imPtr->flags & (ITCL_CONSTRUCTOR | ITCL_DESTRUCTOR)) { in ItclAfterCallMethod()
2549 if ((imPtr->flags & ITCL_DESTRUCTOR) && ioPtr && in ItclAfterCallMethod()
2641 if (imPtr->flags & ITCL_DESTRUCTOR) { in ItclProcErrorProc()
2651 if (!(imPtr->flags & (ITCL_CONSTRUCTOR|ITCL_DESTRUCTOR))) { in ItclProcErrorProc()
H A DitclInt.h444 #define ITCL_DESTRUCTOR 0x040 /* non-zero => is a destructor */ macro
H A DitclHelpers.c1320 if (imPtr->flags & ITCL_DESTRUCTOR) { in ItclAddClassFunctionDictInfo()
H A DitclObject.c1980 ignore = ITCL_CONSTRUCTOR | ITCL_DESTRUCTOR | ITCL_COMMON; in ItclReportObjectUsage()
3586 noDelegate = ITCL_CONSTRUCTOR|ITCL_DESTRUCTOR|ITCL_COMPONENT; in DelegationInstall()
H A DitclInfo.c3359 !(imPtr->flags & ITCL_DESTRUCTOR) && in Itcl_BiInfoMethodsCmd()
/dports/lang/itcl/itcl3.4.1/generic/
H A DitclInt.h382 #define ITCL_DESTRUCTOR 0x020 /* non-zero => is a destructor */ macro
H A Ditcl_methods.c478 mfunc->member->flags |= ITCL_DESTRUCTOR;
1005 if ((member->flags & ITCL_DESTRUCTOR) && contextObj &&
2469 else if (mfunc->member->flags & ITCL_DESTRUCTOR) {
H A Ditcl_objects.c759 int ignore = ITCL_CONSTRUCTOR | ITCL_DESTRUCTOR | ITCL_COMMON;