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

/freebsd-9.3-release/bin/sh/
H A Dhistedit.c166 int histsize; local
171 (histsize = atoi(hs)) < 0)
172 histsize = 100;
173 history(hist, &he, H_SETSIZE, histsize);
/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c1462 int histsize = 0; local
1468 histsize = atoi(s);
1469 if (histsize == 0)
1470 histsize = 100;
1473 for (n = 0; n < histsize; n++)

Completed in 47 milliseconds