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

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCompExpr.c907 (Tcl_Parse *) TclStackAlloc(interp, sizeof(Tcl_Parse));
1766 (Tcl_Parse *) TclStackAlloc(interp, sizeof(Tcl_Parse));
2019 (Tcl_Parse *) TclStackAlloc(interp, sizeof(Tcl_Parse));
2088 envPtr = (CompileEnv *) TclStackAlloc(interp, sizeof(CompileEnv));
2153 newJump = (JumpList *) TclStackAlloc(interp, sizeof(JumpList));
2156 newJump = (JumpList *) TclStackAlloc(interp, sizeof(JumpList));
2164 newJump = (JumpList *) TclStackAlloc(interp, sizeof(JumpList));
2167 newJump = (JumpList *) TclStackAlloc(interp, sizeof(JumpList));
2170 newJump = (JumpList *) TclStackAlloc(interp, sizeof(JumpList));
2478 Tcl_Obj **litObjv = (Tcl_Obj **) TclStackAlloc(inter
[all...]
H A DtclIndexObj.c549 char *quotedElementStr = TclStackAlloc(interp, (unsigned)len);
603 char *quotedElementStr = TclStackAlloc(interp,(unsigned) len);
H A DtclParse.c1147 TclStackAlloc(parsePtr->interp, sizeof(Tcl_Parse));
1548 TclStackAlloc(interp, sizeof(Tcl_Parse));
1909 TclStackAlloc(interp, sizeof(Tcl_Parse));
2025 TclStackAlloc(interp, sizeof(Tcl_Parse));
H A DtclCmdAH.c1757 index = (int *) TclStackAlloc(interp, 3 * numLists * sizeof(int));
1763 TclStackAlloc(interp, 2 * numLists * sizeof(Tcl_Obj **));
1768 TclStackAlloc(interp, 2 * numLists * sizeof(Tcl_Obj *));
H A DtclBasic.c2149 TclStackAlloc(interp, (unsigned)(objc + 1) * sizeof(char *));
2199 TclStackAlloc(interp, (unsigned)(argc * sizeof(Tcl_Obj *)));
3833 newObjv = (Tcl_Obj **) TclStackAlloc(interp,
4131 TclStackAlloc(interp, sizeof(Tcl_Parse));
4133 TclStackAlloc(interp, sizeof(CmdFrame));
4135 TclStackAlloc(interp, minObjs * sizeof(Tcl_Obj *));
4136 int *expandStack = (int *) TclStackAlloc(interp, minObjs * sizeof(int));
4137 int *linesStack = (int *) TclStackAlloc(interp, minObjs * sizeof(int));
5134 TclStackAlloc(interp, sizeof(CmdFrame));
5242 TclStackAlloc(inter
[all...]
H A DtclProc.c219 contextPtr = (CmdFrame *) TclStackAlloc(interp, sizeof(CmdFrame));
1100 desiredObjs = (Tcl_Obj **) TclStackAlloc(interp,
1432 varPtr = (Var*) TclStackAlloc(interp, (int)(localCt*sizeof(Var)));
2531 contextPtr = (CmdFrame *) TclStackAlloc(interp, sizeof(CmdFrame));
H A DtclCmdMZ.c1824 TclStackAlloc(interp, sizeof(Tcl_Obj *) * mapElemc);
1933 mapStrings = (Tcl_UniChar **) TclStackAlloc(interp,
1935 mapLens = (int *) TclStackAlloc(interp, mapElemc * 2 * sizeof(int));
1937 u2lc = (Tcl_UniChar *) TclStackAlloc(interp,
3874 ctxPtr = (CmdFrame *) TclStackAlloc(interp, sizeof(CmdFrame));
H A DtclIntDecls.h924 EXTERN void * TclStackAlloc(Tcl_Interp *interp, int numBytes);
1921 #ifndef TclStackAlloc
1922 #define TclStackAlloc \ macro
H A DtclFCmd.c1014 attributeStrings = (CONST char **) TclStackAlloc(interp,
H A DtclScan.c269 int *nassign = (int *) TclStackAlloc(interp, nspace * sizeof(int));
H A DtclStubInit.c292 TclStackAlloc, /* 215 */
H A DtclCompCmds.c1077 keyTokenPtrs = (Tcl_Token **) TclStackAlloc(interp,
1646 varcList = (int *) TclStackAlloc(interp, numLists * sizeof(int));
1648 varvList = (const char ***) TclStackAlloc(interp,
3301 objv = (Tcl_Obj **) TclStackAlloc(interp,
4996 elemTokenPtr = (Tcl_Token *) TclStackAlloc(interp,
5051 elemTokenPtr = (Tcl_Token *) TclStackAlloc(interp,
H A DtclTrace.c1673 commandCopy = TclStackAlloc(interp, (unsigned) (numChars + 1));
2256 argv = (const char **) TclStackAlloc(interp,
H A DtclIOCmd.c909 TclStackAlloc(interp, (unsigned)(argc + 1) * sizeof(char *));
H A DtclNamesp.c540 *framePtrPtr = (Tcl_CallFrame *) TclStackAlloc(interp, sizeof(CallFrame));
2582 TclStackAlloc(interp, trailSize * sizeof(Namespace *));
3991 TclStackAlloc(interp, sizeof(Tcl_Namespace *) * nsObjc);
6294 tempObjv = (Tcl_Obj **) TclStackAlloc(interp,
H A DtclCompile.c956 CmdFrame* ctxPtr = (CmdFrame *) TclStackAlloc(interp, sizeof(CmdFrame));
1219 TclStackAlloc(interp, sizeof(Tcl_Parse));
H A DtclInterp.c1082 TclStackAlloc(slaveInterp, (unsigned) sizeof(Tcl_Obj *) * argc);
1716 cmdv = (Tcl_Obj **) TclStackAlloc(interp, cmdc*(int)sizeof(Tcl_Obj*));
H A DtclFileName.c1434 TclStackAlloc(interp,sizeof(Tcl_GlobTypeData));
H A DtclCmdIL.c1200 fPtr = (CmdFrame *) TclStackAlloc(interp, sizeof(CmdFrame));
H A DtclExecute.c1017 * TclStackAlloc, TclStackRealloc, TclStackFree --
1115 TclStackAlloc(
1497 CmdFrame *ctxPtr = TclStackAlloc(interp,sizeof(CmdFrame));
1109 TclStackAlloc( function
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPipe.c432 TclStackAlloc(interp, argc * sizeof(Tcl_DString));
433 newArgv = (char **) TclStackAlloc(interp, (argc+1) * sizeof(char *));

Completed in 296 milliseconds