Searched refs:buf_max (Results 1 – 1 of 1) sorted by relevance
134 static int buf_max = 0; in fold() local187 if (indx + 1 > buf_max) { in fold()189 if ((nbuf = realloc (buf, buf_max + 2048)) == NULL) { in fold()194 buf_max += 2048; in fold()