HomeSort by relevance Sort by last modified time
    Searched full:hist_get (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
histrap.c 42 static char **hist_get(const char *, bool, bool);
187 hp = first ? hist_get(first, false, false) :
243 hfirst = lflag ? hist_get("-16", true, true) :
255 hfirst = hist_get(first, tobool(lflag || last), lflag);
258 hlast = last ? hist_get(last, true, lflag) :
419 hist_get(const char *str, bool approx, bool allow_cur) function
507 * This will become unnecessary if hist_get is modified to allow
    [all...]

Completed in 47 milliseconds