Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dch.c125 static int maxbufs = -1; variable
209 (maxbufs < 0 || ch_nbufs < maxbufs)) in ch_get()
683 maxbufs = -1;
686 maxbufs = ((bufspace * 1024) + LBUFSIZE-1) / LBUFSIZE;
687 if (maxbufs < 1)
688 maxbufs = 1;