Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c42 static char **hist_get(const char *, bool, bool);
184 hp = first ? hist_get(first, false, false) : in c_fc()
240 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()
252 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
255 hlast = last ? hist_get(last, true, lflag) : in c_fc()
389 hist_get(const char *str, bool approx, bool allow_cur) in hist_get() function