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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c86 XOTCLINLINE static Tcl_Command NSFindCommand(Tcl_Interp *interp, char *name, Tcl_Namespace *ns);
1230 Tcl_Command cmd = NSFindCommand(interp, objName, callingNameSpace(interp));
2099 NSFindCommand(Tcl_Interp *interp, char *name, Tcl_Namespace *ns) { function
2128 cmd = NSFindCommand(interp, name, NULL);
4255 Tcl_Command cmd = NSFindCommand(interp, interceptorName, NULL);

Completed in 111 milliseconds