HomeSort by relevance Sort by last modified time
    Searched refs:ed_search_next_history (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
search.c 178 el->el_state.lastcmd != ED_SEARCH_NEXT_HISTORY) {
271 newdir = ED_SEARCH_NEXT_HISTORY;
394 ed_search_next_history(el, 0));
513 ed_search_next_history(el, 0)) == CC_ERROR) {
583 case ED_SEARCH_NEXT_HISTORY:
584 return ed_search_next_history(el, 0);
common.c 768 /* ed_search_next_history():
774 ed_search_next_history(EditLine *el, Int c __attribute__((__unused__))) function

Completed in 163 milliseconds