Searched refs:cv_search (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.h61 protected el_action_t cv_search(EditLine *, int);
H A Dvi.c667 return (cv_search(el, ED_SEARCH_PREV_HISTORY));
680 return (cv_search(el, ED_SEARCH_NEXT_HISTORY));
H A Dsearch.c448 /* cv_search():
452 cv_search(EditLine *el, int dir) function
/macosx-10.10/libedit-40/src/
H A Dsearch.h68 protected el_action_t cv_search(EditLine *, int);
H A Dvi.c667 return cv_search(el, ED_SEARCH_PREV_HISTORY);
680 return cv_search(el, ED_SEARCH_NEXT_HISTORY);
H A Dsearch.c451 /* cv_search():
455 cv_search(EditLine *el, int dir) function
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsearch.h62 protected el_action_t cv_search(EditLine *, int);
H A Dvi.c655 return (cv_search(el, ED_SEARCH_PREV_HISTORY));
668 return (cv_search(el, ED_SEARCH_NEXT_HISTORY));
H A Dsearch.c432 /* cv_search():
436 cv_search(EditLine *el, int dir) function

Completed in 385 milliseconds