Home | Sort by: relevance | last modified time | path |
/src/lib/libedit/ | |
search.h | 59 libedit_private el_action_t cv_search(EditLine *, int); |
vi.c | 674 return cv_search(el, ED_SEARCH_PREV_HISTORY); 687 return cv_search(el, ED_SEARCH_NEXT_HISTORY); |
search.c | 452 /* cv_search(): 456 cv_search(EditLine *el, int dir) function in typeref:typename:libedit_private el_action_t |