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

/external/libedit/src/
H A Dhist.h79 protected el_action_t hist_get(EditLine *);
H A Dsearch.c361 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)
H A Dcommon.c658 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);
H A Dhist.c93 /* hist_get():
98 hist_get(EditLine *el) function
H A Dvi.c855 return hist_get(el);
973 hist_get(el);
981 if (hist_get(el) == CC_ERROR)
990 rval = hist_get(el);
/external/mksh/src/
H A Dhistrap.c42 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

Completed in 1599 milliseconds