Searched refs:ed_search_prev_history (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/libedit-40/local/
H A Dfcns.c16 ed_search_next_history, ed_search_prev_history,
H A Dcommon.h34 protected el_action_t ed_search_prev_history (EditLine *, Int);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.c390 ed_search_prev_history(el, 0) :
509 if ((dir == ED_SEARCH_PREV_HISTORY ? ed_search_prev_history(el, 0) :
583 return (ed_search_prev_history(el, 0));
H A Dcommon.c702 /* ed_search_prev_history():
708 ed_search_prev_history(EditLine *el, Int c __attribute__((__unused__))) function
/macosx-10.10/libedit-40/src/
H A Dsearch.c393 ed_search_prev_history(el, 0) :
512 if ((dir == ED_SEARCH_PREV_HISTORY ? ed_search_prev_history(el, 0) :
586 return ed_search_prev_history(el, 0);
H A Dcommon.c700 /* ed_search_prev_history():
706 ed_search_prev_history(EditLine *el, Int c __attribute__((__unused__))) function
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsearch.c374 ed_search_prev_history(el, 0) :
493 if ((dir == ED_SEARCH_PREV_HISTORY ? ed_search_prev_history(el, 0) :
567 return (ed_search_prev_history(el, 0));
H A Dcommon.c698 /* ed_search_prev_history():
704 ed_search_prev_history(EditLine *el, int c __attribute__((__unused__))) function

Completed in 132 milliseconds