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

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclStringObj.c125 #define stringAttemptRealloc(ptr, numChars) \ macro
188 ptr = stringAttemptRealloc(stringPtr, attempt);
200 ptr = stringAttemptRealloc(stringPtr, attempt);
978 stringPtr = stringAttemptRealloc(stringPtr, length);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclStringObj.c128 #define stringAttemptRealloc(ptr, numChars) \ macro
191 ptr = stringAttemptRealloc(stringPtr, attempt);
203 ptr = stringAttemptRealloc(stringPtr, attempt);
998 stringPtr = stringAttemptRealloc(stringPtr, length);

Completed in 179 milliseconds