Searched refs:ed_search_prev_history (Results 1 – 2 of 2) sorted by relevance
391 ed_search_prev_history(el, 0) : in ce_inc_search()510 if ((dir == ED_SEARCH_PREV_HISTORY ? ed_search_prev_history(el, 0) : in cv_search()585 return ed_search_prev_history(el, 0); in cv_repeat_srch()
624 ed_search_prev_history(EditLine *el, wint_t c __attribute__((__unused__))) in ed_search_prev_history() function