Searched refs:Tcl_FindCommand (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTestProcBodyObj.c254 procCmd = Tcl_FindCommand(interp, fullName, NULL, TCL_LEAVE_ERR_MSG);
H A DtclTrace.c493 if (Tcl_FindCommand(interp,name,NULL,TCL_LEAVE_ERR_MSG) == NULL) {
563 if (Tcl_FindCommand(interp, name, NULL, TCL_LEAVE_ERR_MSG) == NULL) {
732 if (Tcl_FindCommand(interp,name,NULL,TCL_LEAVE_ERR_MSG) == NULL) {
771 if (Tcl_FindCommand(interp, name, NULL, TCL_LEAVE_ERR_MSG) == NULL) {
1048 cmdPtr = (Command *) Tcl_FindCommand(interp, cmdName, NULL,
1114 cmdPtr = (Command *) Tcl_FindCommand(interp, cmdName, NULL,
1173 cmdPtr = (Command *) Tcl_FindCommand(interp, cmdName, NULL,
H A DtclStubInit.c193 Tcl_FindCommand, /* 116 */
1026 Tcl_FindCommand, /* 515 */
H A DtclIntDecls.h38 #undef Tcl_FindCommand macro
494 EXTERN Tcl_Command Tcl_FindCommand(Tcl_Interp *interp, CONST char *name,
1615 #ifndef Tcl_FindCommand
1616 #define Tcl_FindCommand \ macro
H A DtclEvent.c449 if (Tcl_FindCommand(interp, "bgerror", NULL,
H A DtclBasic.c1548 cmd = Tcl_FindCommand(interp, cmdName, NULL,
2280 cmd = Tcl_FindCommand(interp, oldName, NULL, /*flags*/ 0);
2456 cmd = Tcl_FindCommand(interp, cmdName, NULL, /*flags*/ 0);
2541 cmd = Tcl_FindCommand(interp, cmdName, NULL, /*flags*/ 0);
2640 * Given a token returned by, e.g., Tcl_CreateCommand or Tcl_FindCommand,
2718 cmd = Tcl_FindCommand(interp, cmdName, NULL, /*flags*/ 0);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A DitclInt.h108 # undef Tcl_FindCommand macro
109 # define Tcl_FindCommand \ macro
H A Ditcl_objects.c106 cmd = Tcl_FindCommand(interp, (CONST84 char *)name,
521 cmd = Tcl_FindCommand(interp, cmdName, contextNs, /* flags */ 0);
H A Ditcl_ensemble.c996 cmdPtr = (Command*) Tcl_FindCommand(interp, nameArgv[0],
1674 cmd = Tcl_FindCommand(interp, ensName, (Tcl_Namespace*)NULL, 0);
1680 cmd = Tcl_FindCommand(interp, ensName, (Tcl_Namespace*)NULL, 0);
H A Ditcl_cmds.c1429 cmd = Tcl_FindCommand(interp, cmdName, (Tcl_Namespace*)NULL, 0);
1644 cmd = Tcl_FindCommand(interp, cmdName, contextNs, /* flags */ 0);
H A Ditcl_bicmds.c1687 cmd = Tcl_FindCommand(interp, "::info", (Tcl_Namespace*)NULL, 0);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclTestProcBodyObj.c259 procCmd = Tcl_FindCommand(interp, fullName, (Tcl_Namespace *) NULL,
H A DtclIntDecls.h337 EXTERN Tcl_Command Tcl_FindCommand _ANSI_ARGS_((Tcl_Interp * interp,
1160 #ifndef Tcl_FindCommand
1161 #define Tcl_FindCommand \ macro
H A DtclBasic.c1341 cmd = Tcl_FindCommand(interp, cmdName, (Tcl_Namespace *) NULL,
2095 cmd = Tcl_FindCommand(interp, oldName, (Tcl_Namespace *) NULL,
2267 cmd = Tcl_FindCommand(interp, cmdName, (Tcl_Namespace *) NULL,
2357 cmd = Tcl_FindCommand(interp, cmdName, (Tcl_Namespace *) NULL,
2463 * Tcl_FindCommand, this procedure appends to an object the command's
2541 cmd = Tcl_FindCommand(interp, cmdName, (Tcl_Namespace *) NULL,
5942 cmd = Tcl_FindCommand(interp, cmdName,
5949 cmd = Tcl_FindCommand(interp, "unknown",
H A DtclCmdMZ.c3375 if (Tcl_FindCommand(interp, name, NULL,
3442 if (Tcl_FindCommand(interp, name, NULL,
3608 if (Tcl_FindCommand(interp, name, NULL,
3649 if (Tcl_FindCommand(interp, name, NULL,
3956 cmdPtr = (Command*)Tcl_FindCommand(interp, cmdName,
4023 cmdPtr = (Command*)Tcl_FindCommand(interp, cmdName,
4083 cmdPtr = (Command*)Tcl_FindCommand(interp, cmdName,
H A DtclEvent.c310 if (Tcl_FindCommand(interp, "bgerror", NULL, TCL_GLOBAL_ONLY) == NULL) {
H A DtclStubInit.c213 Tcl_FindCommand, /* 116 */
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclShadow.c97 cmd = Tcl_FindCommand(interp, ObjStr(objv[1]), (Tcl_Namespace *)NULL,0);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c162 Tcl_FindCommand, /* 116 */
H A DtclStubInit.c.orig162 Tcl_FindCommand, /* 116 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c541 Tcl_FindCommand, /* 116 */
H A DtclStubInit.c.orig538 Tcl_FindCommand, /* 116 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c560 Tcl_FindCommand, /* 116 */
H A DtclStubInit.c.orig560 Tcl_FindCommand, /* 116 */
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXprofile.c609 cmd = Tcl_FindCommand (interp, argv [0], NULL, 0);

Completed in 205 milliseconds

12