Home
last modified time | relevance | path

Searched refs:buf_max (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/fold/
H A Dfold.c134 static int buf_max = 0; in fold() local
187 if (indx + 1 > buf_max) { in fold()
189 if ((nbuf = realloc (buf, buf_max + 2048)) == NULL) { in fold()
194 buf_max += 2048; in fold()