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

/external/mksh/src/
H A Dhistrap.c54 static char **hist_get(const char *, bool, bool);
158 hp = first ? hist_get(first, false, false) :
179 hfirst = lflag ? hist_get("-16", true, true) :
190 hfirst = hist_get(first, (lflag || last) ? true : false, lflag);
193 hlast = last ? hist_get(last, true, lflag) :
372 hist_get(const char *str, bool approx, bool allow_cur) function
471 * This will become unnecessary if hist_get is modified to allow

Completed in 26 milliseconds