HomeSort by: relevance | last modified time | path
    Searched refs:ed_search_next_history (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
search.c 180 el->el_state.lastcmd != ED_SEARCH_NEXT_HISTORY) {
269 newdir = ED_SEARCH_NEXT_HISTORY;
395 ed_search_next_history(el, 0));
514 ed_search_next_history(el, 0)) == CC_ERROR) {
585 case ED_SEARCH_NEXT_HISTORY:
586 return ed_search_next_history(el, 0);
common.c 687 /* ed_search_next_history():
693 ed_search_next_history(EditLine *el, wint_t c __attribute__((__unused__))) function in typeref:typename:libedit_private el_action_t

Completed in 13 milliseconds