Searched refs:c_hmatch (Results 1 – 4 of 4) sorted by relevance
56 libedit_private int c_hmatch(EditLine *, const wchar_t *);
666 c_hmatch(el, hp)) { in ed_search_prev_history()721 c_hmatch(el, hp)) in ed_search_next_history()727 if (!c_hmatch(el, el->el_history.buf)) { in ed_search_next_history()
162 c_hmatch(EditLine *el, const wchar_t *str) in c_hmatch() function
122 static int c_hmatch (Char *);1815 c_hmatch(Char *str) in c_hmatch() function1893 hl[LastChar-InputBuf]) && c_hmatch(hl); in e_up_search_hist()1952 hl[LastChar-InputBuf]) && c_hmatch(hl)) in e_down_search_hist()1960 if (!c_hmatch(HistBuf.s)) { in e_down_search_hist()