Searched refs:hist_get (Results 1 – 6 of 6) sorted by relevance
/external/libedit/src/ |
D | search.c | 361 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()
|
D | common.c | 658 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()
|
D | hist.h | 79 protected el_action_t hist_get(EditLine *);
|
D | vi.c | 855 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()
|
D | hist.c | 98 hist_get(EditLine *el) in hist_get() function
|
/external/mksh/src/ |
D | histrap.c | 42 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
|