Home
last modified time | relevance | path

Searched refs:ed_search_next_history (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libedit/
H A Dsearch.c392 ed_search_next_history(el, 0)); in ce_inc_search()
511 ed_search_next_history(el, 0)) == CC_ERROR) { in cv_search()
583 return ed_search_next_history(el, 0); in cv_repeat_srch()
H A Dcommon.c692 ed_search_next_history(EditLine *el, wint_t c __attribute__((__unused__))) in ed_search_next_history() function