Searched refs:maxbufs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dch.c125 static int maxbufs = -1; variable
209 (maxbufs < 0 || ch_nbufs < maxbufs))
678 maxbufs = -1;
681 maxbufs = ((bufspace * 1024) + LBUFSIZE-1) / LBUFSIZE;
682 if (maxbufs < 1)
683 maxbufs = 1;

Completed in 124 milliseconds