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

/freebsd-9.3-release/contrib/less/
H A Dch.c125 static int maxbufs = -1; variable
209 (maxbufs < 0 || ch_nbufs < maxbufs))
654 maxbufs = -1;
657 maxbufs = ((bufspace * 1024) + LBUFSIZE-1) / LBUFSIZE;
658 if (maxbufs < 1)
659 maxbufs = 1;

Completed in 99 milliseconds