Home
last modified time | relevance | path

Searched refs:tmpClsPtr (Results 1 – 2 of 2) sorted by relevance

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclOO.c959 Class *clsPtr = oPtr->classPtr, *tmpClsPtr; in TclOOReleaseClassContents() local
1033 FOREACH(tmpClsPtr, clsPtr->mixins) { in TclOOReleaseClassContents()
1034 TclOORemoveFromMixinSubs(clsPtr, tmpClsPtr); in TclOOReleaseClassContents()
1035 TclOODecrRefCount(tmpClsPtr->thisPtr); in TclOOReleaseClassContents()
1043 FOREACH(tmpClsPtr, clsPtr->superclasses) { in TclOOReleaseClassContents()
1044 TclOORemoveFromSubclasses(clsPtr, tmpClsPtr); in TclOOReleaseClassContents()
1045 TclOODecrRefCount(tmpClsPtr->thisPtr); in TclOOReleaseClassContents()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclOO.c964 Class *clsPtr = oPtr->classPtr, *tmpClsPtr; in TclOOReleaseClassContents() local
1052 FOREACH(tmpClsPtr, clsPtr->mixins) { in TclOOReleaseClassContents()
1053 TclOORemoveFromMixinSubs(clsPtr, tmpClsPtr); in TclOOReleaseClassContents()
1054 TclOODecrRefCount(tmpClsPtr->thisPtr); in TclOOReleaseClassContents()
1062 FOREACH(tmpClsPtr, clsPtr->superclasses) { in TclOOReleaseClassContents()
1063 TclOORemoveFromSubclasses(clsPtr, tmpClsPtr); in TclOOReleaseClassContents()
1064 TclOODecrRefCount(tmpClsPtr->thisPtr); in TclOOReleaseClassContents()