Home
last modified time | relevance | path

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

/external/libedit/src/
Dsearch.c361 if (hist_get(el) == CC_ERROR) in ce_inc_search()
365 (void) hist_get(el); in ce_inc_search()
413 if (hist_get(el) == CC_ERROR) in ce_inc_search()
438 if (hist_get(el) == CC_ERROR) in ce_inc_search()
Dcommon.c658 if (hist_get(el) == CC_ERROR) { in ed_prev_history()
665 (void) hist_get(el); in ed_prev_history()
692 rval = hist_get(el); in ed_next_history()
764 return hist_get(el); in ed_search_prev_history()
818 return hist_get(el); in ed_search_next_history()
Dhist.h79 protected el_action_t hist_get(EditLine *);
Dvi.c855 return hist_get(el); in vi_undo_line()
973 hist_get(el); in vi_to_history_line()
981 if (hist_get(el) == CC_ERROR) in vi_to_history_line()
990 rval = hist_get(el); in vi_to_history_line()
Dhist.c98 hist_get(EditLine *el) in hist_get() function
/external/mksh/src/
Dhistrap.c42 static char **hist_get(const char *, bool, bool);
190 hp = first ? hist_get(first, false, false) : in c_fc()
246 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()
258 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
261 hlast = last ? hist_get(last, true, lflag) : in c_fc()
412 hist_get(const char *str, bool approx, bool allow_cur) in hist_get() function