Home
last modified time | relevance | path

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

/minix/external/bsd/less/dist/
H A Dch.c127 static int maxbufs = -1; variable
213 (maxbufs < 0 || ch_nbufs < maxbufs)) in ch_get()
658 maxbufs = -1;
661 maxbufs = ((bufspace * 1024) + LBUFSIZE-1) / LBUFSIZE;
662 if (maxbufs < 1)
663 maxbufs = 1;