Lines Matching refs:MAXSTR
34 #define MAXSTR 1024 // Max length of string macro
121 char SheetType[MAXSTR]; // The first row of the IT8 (the type)
159 char str[MAXSTR]; // string
877 while (k < MAXSTR && it8->ch != sng) { in InSymbol()
879 if (it8->ch == '\n'|| it8->ch == '\r') k = MAXSTR+1; in InSymbol()
1338 strncpy(t ->SheetType, Type, MAXSTR-1); in cmsIT8SetSheetType()
1339 t ->SheetType[MAXSTR-1] = 0; in cmsIT8SetSheetType()
1922 char Buffer[MAXSTR]; in HeaderSection()
1935 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1943 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1964 if (!GetVal(it8, Buffer, MAXSTR-1, "Property data expected")) return FALSE; in HeaderSection()
2691 strncpy(buffer, Data, MAXSTR-1); in cmsIT8GetPatchName()
2692 buffer[MAXSTR-1] = 0; in cmsIT8GetPatchName()