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

/freebsd-11-stable/bin/sh/
H A Dhistedit.c165 int histsize; local
170 histsize = 100;
172 histsize = atoi(hs);
173 history(hist, &he, H_SETSIZE, histsize);
/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c1699 int histsize = 0; local
1713 histsize = atoi(s);
1714 if (histsize <= 0)
1715 histsize = 100;
1716 skip_search = mlist_size(&mlist_search) - histsize;
1718 skip_shell = mlist_size(&mlist_shell) - histsize;

Completed in 107 milliseconds