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

  /external/libedit/src/
hist.c 93 /* hist_get():
98 hist_get(EditLine *el) function
  /external/mksh/src/
histrap.c 42 static char **hist_get(const char *, bool, bool);
184 hp = first ? hist_get(first, false, false) :
240 hfirst = lflag ? hist_get("-16", true, true) :
252 hfirst = hist_get(first, tobool(lflag || last), lflag);
255 hlast = last ? hist_get(last, true, lflag) :
389 hist_get(const char *str, bool approx, bool allow_cur) function
477 * This will become unnecessary if hist_get is modified to allow
    [all...]

Completed in 94 milliseconds