Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dsearch.h56 libedit_private int c_hmatch(EditLine *, const wchar_t *);
H A Dcommon.c666 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()
H A Dsearch.c162 c_hmatch(EditLine *el, const wchar_t *str) in c_hmatch() function
/freebsd/contrib/tcsh/
H A Ded.chared.c122 static int c_hmatch (Char *);
1815 c_hmatch(Char *str) in c_hmatch() function
1893 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()