Searched refs:c_hmatch (Results 1 – 3 of 3) sorted by relevance
58 protected int c_hmatch(EditLine *, const Char *);
748 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()
160 c_hmatch(EditLine *el, const Char *str) in c_hmatch() function