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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c3812 static int MixinInfo(Tcl_Interp *interp, XOTclCmdList *m, char *pattern,
3919 MixinInfo(Tcl_Interp *interp, XOTclCmdList *m, char *pattern, function
8717 rc = MixinInfo(interp, obj->mixinOrder, pattern, withGuards, matchObject);
8719 rc = opt ? MixinInfo(interp, opt->mixins, pattern, withGuards, matchObject) : TCL_OK;
11120 rc = opt ? MixinInfo(interp, opt->instmixins, pattern, withGuards, matchObject) : TCL_OK;

Completed in 93 milliseconds