Home
last modified time | relevance | path

Searched refs:c_hmatch (Results 1 – 3 of 3) sorted by relevance

/external/libedit/src/
Dsearch.h58 protected int c_hmatch(EditLine *, const Char *);
Dcommon.c748 c_hmatch(el, hp)) { in ed_search_prev_history()
803 c_hmatch(el, hp)) in ed_search_next_history()
809 if (!c_hmatch(el, el->el_history.buf)) { in ed_search_next_history()
Dsearch.c160 c_hmatch(EditLine *el, const Char *str) in c_hmatch() function