HomeSort by: relevance | last modified time | path
    Searched defs:buf_max (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/fold/
fold.c 134 static int buf_max = 0; local in function:fold
187 if (indx + 1 > buf_max) {
189 if ((nbuf = realloc (buf, buf_max + 2048)) == NULL) {
194 buf_max += 2048;
fold.c 134 static int buf_max = 0; local in function:fold
187 if (indx + 1 > buf_max) {
189 if ((nbuf = realloc (buf, buf_max + 2048)) == NULL) {
194 buf_max += 2048;

Completed in 20 milliseconds