Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dcommon.c577 if (hist_get(el) == CC_ERROR) { in ed_prev_history()
583 (void) hist_get(el); in ed_prev_history()
610 rval = hist_get(el); in ed_next_history()
682 return hist_get(el); in ed_search_prev_history()
736 return hist_get(el); in ed_search_next_history()
H A Dsearch.c359 if (hist_get(el) == CC_ERROR) in ce_inc_search()
363 (void) hist_get(el); in ce_inc_search()
411 if (hist_get(el) == CC_ERROR) in ce_inc_search()
436 if (hist_get(el) == CC_ERROR) in ce_inc_search()
H A Dhist.h74 libedit_private el_action_t hist_get(EditLine *);
H A Dvi.c862 return hist_get(el); in vi_undo_line()
972 hist_get(el); in vi_to_history_line()
980 if (hist_get(el) == CC_ERROR) in vi_to_history_line()
989 rval = hist_get(el); in vi_to_history_line()
H A Dhist.c101 hist_get(EditLine *el) in hist_get() function