Home
last modified time | relevance | path

Searched refs:cv_repeat_srch (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/libedit/
H A Dsearch.h61 libedit_private el_action_t cv_repeat_srch(EditLine *, wint_t);
H A Dvi.c703 return cv_repeat_srch(el, el->el_search.patdir); in vi_repeat_search_next()
719 return (cv_repeat_srch(el, in vi_repeat_search_prev()
H A Dsearch.c569 cv_repeat_srch(EditLine *el, wint_t c) in cv_repeat_srch() function