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

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTestProcBodyObj.c205 * constructs a Tcl_Obj of type "procbody" and calls Tcl_ProcObjCmd.
211 * This command can be used to trigger the branches in Tcl_ProcObjCmd that
303 result = Tcl_ProcObjCmd((ClientData) NULL, interp, objc, myobjv);
H A DtclStubInit.c901 Tcl_ProcObjCmd, /* 390 */
H A DtclDecls.h2303 EXTERN int Tcl_ProcObjCmd(ClientData clientData,
5622 #ifndef Tcl_ProcObjCmd
5623 #define Tcl_ProcObjCmd \ macro
H A DtclProc.c100 * Tcl_ProcObjCmd --
116 Tcl_ProcObjCmd(
2056 * was saved by 'Tcl_ProcObjCmd' (using linePBodyPtr).
2062 * Constructed saved frame has body as word 0. See Tcl_ProcObjCmd.
2209 * procbody structures created by tbcload. See also Tcl_ProcObjCmd(), when
2521 * This code is nearly identical to the #280 code in Tcl_ProcObjCmd, see
115 Tcl_ProcObjCmd( function
H A DtclBasic.c161 {"proc", Tcl_ProcObjCmd, NULL, 1},
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclTestProcBodyObj.c210 * constructs a Tcl_Obj of type "procbody" and calls Tcl_ProcObjCmd.
216 * This command can be used to trigger the branches in Tcl_ProcObjCmd that
320 result = Tcl_ProcObjCmd((ClientData) NULL, interp, objc, myobjv);
H A DtclStubInit.c852 Tcl_ProcObjCmd, /* 390 */
H A DtclProc.c54 * Tcl_ProcObjCmd --
70 Tcl_ProcObjCmd(dummy, interp, objc, objv)
1457 * which was saved by 'Tcl_ProcObjCmd' (using linePBodyPtr).
1462 /* Constructed saved frame has body as word 0. See Tcl_ProcObjCmd.
69 Tcl_ProcObjCmd(dummy, interp, objc, objv) function
H A DtclDecls.h1242 EXTERN int Tcl_ProcObjCmd _ANSI_ARGS_((ClientData clientData,
3886 #ifndef Tcl_ProcObjCmd
3887 #define Tcl_ProcObjCmd \ macro
H A DtclBasic.c165 {"proc", (Tcl_CmdProc *) NULL, Tcl_ProcObjCmd,
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c6126 result = Tcl_ProcObjCmd(0, interp, 4, ov) != TCL_OK;

Completed in 371 milliseconds