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

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCompCmds.c927 * Create and initialize the ForeachInfo and ForeachVarList data
933 (sizeof(ForeachInfo) + (numLists * sizeof(ForeachVarList *))));
938 ForeachVarList *varListPtr;
940 varListPtr = (ForeachVarList *) ckalloc((unsigned)
941 sizeof(ForeachVarList) + (numVars * sizeof(int)));
1109 * original ForeachInfo structure pointed to any ForeachVarList
1123 register ForeachVarList *srcListPtr, *dupListPtr;
1128 (sizeof(ForeachInfo) + (numLists * sizeof(ForeachVarList *))));
1136 dupListPtr = (ForeachVarList *) ckalloc((unsigned)
1137 sizeof(ForeachVarList)
[all...]
H A DtclCompile.h724 * a ForeachVarList structure always describes local variables. Furthermore,
728 typedef struct ForeachVarList { struct
737 } ForeachVarList; typedef in typeref:struct:ForeachVarList
754 ForeachVarList *varLists[1];/* An array of pointers to ForeachVarList
H A DtclExecute.c4176 ForeachVarList *varListPtr;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompile.h769 * ForeachVarList structure always describes local variables. Furthermore,
773 typedef struct ForeachVarList {
782 } ForeachVarList;
799 ForeachVarList *varLists[1];/* An array of pointers to ForeachVarList
770 typedef struct ForeachVarList { struct
779 } ForeachVarList; typedef in typeref:struct:ForeachVarList
H A DtclCompCmds.c1733 * Create and initialize the ForeachInfo and ForeachVarList data
1739 sizeof(ForeachInfo) + numLists*sizeof(ForeachVarList *));
1744 ForeachVarList *varListPtr;
1746 varListPtr = (ForeachVarList *) ckalloc((unsigned)
1747 sizeof(ForeachVarList) + numVars*sizeof(int));
1895 * original ForeachInfo structure pointed to any ForeachVarList records,
1909 register ForeachVarList *srcListPtr, *dupListPtr;
1913 sizeof(ForeachInfo) + numLists*sizeof(ForeachVarList *));
1921 dupListPtr = (ForeachVarList *) ckalloc((unsigned)
1922 sizeof(ForeachVarList)
[all...]
H A DtclExecute.c6585 ForeachVarList *varListPtr;
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/
H A DcmpRead.c2402 ForeachVarList *varListPtr = NULL;
2426 (sizeof(ForeachInfo) + (numLists * sizeof(ForeachVarList *))));
2431 infoPtr->varLists[i] = (ForeachVarList *) NULL;
2435 * now load the ForeachVarList structs
2444 varListPtr = (ForeachVarList *) ckalloc((unsigned)
2445 sizeof(ForeachVarList) + numVars*sizeof(int));

Completed in 210 milliseconds