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

  /external/libedit/src/
hist.h 79 protected el_action_t hist_get(EditLine *);
common.c 658 if (hist_get(el) == CC_ERROR) {
665 (void) hist_get(el);
692 rval = hist_get(el);
764 return hist_get(el);
818 return hist_get(el);
search.c 361 if (hist_get(el) == CC_ERROR)
365 (void) hist_get(el);
413 if (hist_get(el) == CC_ERROR)
438 if (hist_get(el) == CC_ERROR)
hist.c 93 /* hist_get():
98 hist_get(EditLine *el) function
vi.c 855 return hist_get(el);
973 hist_get(el);
981 if (hist_get(el) == CC_ERROR)
990 rval = hist_get(el);
  /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 93 milliseconds