Home
last modified time | relevance | path

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

/freebsd-head/contrib/libedit/
HDsearch.h56 libedit_private int c_hmatch(EditLine *, const wchar_t *);
HDcommon.c667 c_hmatch(el, hp)) { in ed_search_prev_history()
722 c_hmatch(el, hp)) in ed_search_next_history()
728 if (!c_hmatch(el, el->el_history.buf)) { in ed_search_next_history()
HDsearch.c162 c_hmatch(EditLine *el, const wchar_t *str) in c_hmatch() function
/freebsd-head/contrib/tcsh/
HDed.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()