Searched defs:MaxChars (Results 1 – 2 of 2) sorted by relevance
94 appendString(char ** Buffer,const char * BufferEnd,int Width,int MaxChars,const char * S) appendString() argument
2233 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; init() local