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

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclStringObj.c109 #define STRING_MAXCHARS \ macro
118 if ((numChars) < 0 || (numChars) > STRING_MAXCHARS) { \
120 STRING_MAXCHARS); \
179 * needed < STRING_MAXCHARS
187 if (attempt >= 0 && attempt <= STRING_MAXCHARS) {
195 unsigned int limit = STRING_MAXCHARS - needed;
973 if (length > STRING_MAXCHARS) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclStringObj.c112 #define STRING_MAXCHARS \ macro
121 if ((numChars) < 0 || (numChars) > STRING_MAXCHARS) { \
123 STRING_MAXCHARS); \
182 * needed < STRING_MAXCHARS
190 if (attempt >= 0 && attempt <= STRING_MAXCHARS) {
198 unsigned int limit = STRING_MAXCHARS - needed;
993 if (length > STRING_MAXCHARS) {

Completed in 75 milliseconds