Searched refs:ed_search_prev_history (Results 1 – 2 of 2) sorted by relevance
393 ed_search_prev_history(el, 0) : in ce_inc_search()512 if ((dir == ED_SEARCH_PREV_HISTORY ? ed_search_prev_history(el, 0) : in cv_search()586 return ed_search_prev_history(el, 0); in cv_repeat_srch()
706 ed_search_prev_history(EditLine *el, Int c __attribute__((__unused__))) in ed_search_prev_history() function