Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dsearch.c393 ed_search_next_history(el, 0)); in ce_inc_search()
512 ed_search_next_history(el, 0)) == CC_ERROR) { in cv_search()
584 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