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

/system/core/sh/
H A Dhistedit.c172 int histsize; local
177 (histsize = atoi(hs)) < 0)
178 histsize = 100;
179 history(hist, &he, H_SETSIZE, histsize);

Completed in 798 milliseconds