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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c3406 * helper function for getAllClassMixinsOf to add classes to the
3524 getAllClassMixinsOf(Tcl_Interp *interp, Tcl_HashTable *destTable, XOTclClass *startCl, function
3547 rc = getAllClassMixinsOf(interp, destTable, sc->cl, isMixin, appendResult, pattern, matchObject);
3569 rc = getAllClassMixinsOf(interp, destTable, cl, 1, appendResult, pattern, matchObject);
3797 getAllClassMixinsOf(interp, commandTable, cl, 1, 0, NULL, NULL);
11150 rc = getAllClassMixinsOf(interp, commandTable, cl, 0, 1, pattern, matchObject);

Completed in 194 milliseconds