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

/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c69 TclFindProc, /* 23 */
H A DtclStubInit.c.orig69 TclFindProc, /* 23 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c448 TclFindProc, /* 23 */
H A DtclStubInit.c.orig445 TclFindProc, /* 23 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c467 TclFindProc, /* 23 */
H A DtclStubInit.c.orig467 TclFindProc, /* 23 */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIntDecls.h110 EXTERN Proc * TclFindProc _ANSI_ARGS_((Interp * iPtr,
864 #ifndef TclFindProc
865 #define TclFindProc \ macro
H A DtclStubInit.c112 TclFindProc, /* 23 */
H A DtclCmdIL.c576 procPtr = TclFindProc(iPtr, name);
638 procPtr = TclFindProc(iPtr, name);
959 procPtr = TclFindProc(iPtr, procName);
H A DtclProc.c811 * TclFindProc --
833 TclFindProc(iPtr, procName)
828 TclFindProc(iPtr, procName) function
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXdebug.c381 if (TclFindProc (iPtr, argv [0]) != NULL) {
H A DtclXprofile.c466 isProc = (TclFindProc (iPtr, fullCmdName) != NULL);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_bicmds.c1503 procPtr = TclFindProc((Interp*)interp, name);
1593 procPtr = TclFindProc((Interp*)interp, name);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclIntDecls.h149 EXTERN Proc * TclFindProc(Interp *iPtr, CONST char *procName);
1363 #ifndef TclFindProc
1364 #define TclFindProc \ macro
H A DtclStubInit.c100 TclFindProc, /* 23 */
H A DtclCmdIL.c438 procPtr = TclFindProc(iPtr, name);
499 procPtr = TclFindProc(iPtr, name);
931 procPtr = TclFindProc(iPtr, procName);
H A DtclProc.c983 * TclFindProc --
1004 TclFindProc(
2882 Proc *procPtr = TclFindProc((Interp *) interp, TclGetString(objv[2]));
998 TclFindProc( function
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c6129 Proc *procPtr = TclFindProc((Interp *)interp, procName);
11944 Proc *procPtr = TclFindProc((Interp *)interp, oldName);

Completed in 345 milliseconds