Searched refs:MAX_TEXT (Results 1 – 1 of 1) sorted by relevance
440 #define MAX_TEXT ((CROM_MAX_CHUNK_LEN + 1) * 4 - sizeof(struct csrtext)) macro448 char t[MAX_TEXT]; in crom_add_simple_text()451 if (len > MAX_TEXT) { in crom_add_simple_text()452 printf("text(%d) truncated to %td.\n", len, MAX_TEXT); in crom_add_simple_text()453 len = MAX_TEXT; in crom_add_simple_text()