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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c3693 XOTclObjectOpt *objopt = nobj ? nobj->opt : NULL; local
3694 if (objopt) {
3695 XOTclCmdList *del = CmdListFindCmdInList(cmd, objopt->mixins);
3699 del = CmdListRemoveFromList(&objopt->mixins, del);
10016 XOTclObjectOpt *objopt = NULL; local
10046 objopt = XOTclRequireObjectOpt(obj);
10079 if (objopt->mixins) {
10081 for (cmdlist = objopt->mixins; cmdlist; cmdlist = cmdlist->next) {
10094 CmdListRemoveList(&objopt->mixins, GuardDel);
10108 if (MixinAdd(interp, &objopt
[all...]

Completed in 71 milliseconds