Searched refs:theobj (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c7465 XOTclClass *thecls, *theobj; local
7468 theobj = RUNTIME_STATE(interp)->theObject;
7470 if (obj != &(thecls->object) && obj != &(theobj->object)) {
7728 XOTclClass *theobj = RUNTIME_STATE(interp)->theObject; local
7793 if (cl != theobj) {
7794 XOTclClass *baseClass = IsMetaClass(interp, cl) ? RUNTIME_STATE(interp)->theClass : theobj;
7800 baseClass = theobj;
7856 if (subClass->super == 0 && cl != theobj)
7857 AddSuper(subClass, theobj);
12713 XOTclClass *thecls, *theobj, *c local
13013 XOTclClass *theobj = NULL; local
[all...]

Completed in 102 milliseconds