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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.h60 protected el_action_t ce_inc_search(EditLine *, int);
H A Demacs.c471 return (ce_inc_search(el, ED_SEARCH_NEXT_HISTORY));
484 return (ce_inc_search(el, ED_SEARCH_PREV_HISTORY));
H A Dsearch.c201 /* ce_inc_search():
205 ce_inc_search(EditLine *el, int dir) function
419 ret = ce_inc_search(el, newdir);
/macosx-10.10/libedit-40/src/
H A Dsearch.h67 protected el_action_t ce_inc_search(EditLine *, int);
H A Demacs.c471 return ce_inc_search(el, ED_SEARCH_NEXT_HISTORY);
484 return ce_inc_search(el, ED_SEARCH_PREV_HISTORY);
H A Dsearch.c203 /* ce_inc_search():
207 ce_inc_search(EditLine *el, int dir) function
422 ret = ce_inc_search(el, newdir);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsearch.h61 protected el_action_t ce_inc_search(EditLine *, int);
H A Demacs.c466 return (ce_inc_search(el, ED_SEARCH_NEXT_HISTORY));
479 return (ce_inc_search(el, ED_SEARCH_PREV_HISTORY));
H A Dsearch.c186 /* ce_inc_search():
190 ce_inc_search(EditLine *el, int dir) function
403 ret = ce_inc_search(el, newdir);

Completed in 155 milliseconds