Searched refs:MAX_TEXT (Results 1 – 1 of 1) sorted by relevance
447 #define MAX_TEXT (int)((CROM_MAX_CHUNK_LEN + 1) * 4 - sizeof(struct csrtext)) macro455 char t[MAX_TEXT]; in crom_add_simple_text()458 if (len > MAX_TEXT) { in crom_add_simple_text()459 printf("text(%d) trancated to %d.\n", len, MAX_TEXT); in crom_add_simple_text()460 len = MAX_TEXT; in crom_add_simple_text()