Searched defs:MaxChars (Results 1 – 4 of 4) sorted by relevance
94 int MaxChars, const char *S) { in appendString()
1547 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local
1756 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local