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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c2439 int elementCount, i, result, totalElems;
2474 totalElems = objc * elementCount;
2475 if (totalElems/objc != elementCount || totalElems/elementCount != objc) {
2479 if (totalElems >= 0x20000000) {
2489 listPtr = Tcl_NewListObj(totalElems, NULL);
2408 int elementCount, i, result, totalElems; local

Completed in 82 milliseconds