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

/freebsd-13-stable/contrib/libedit/
H A Dsearch.h56 libedit_private int c_hmatch(EditLine *, const wchar_t *);
H A Dcommon.c666 c_hmatch(el, hp)) {
721 c_hmatch(el, hp))
727 if (!c_hmatch(el, el->el_history.buf)) {
H A Dsearch.c158 /* c_hmatch():
162 c_hmatch(EditLine *el, const wchar_t *str) function
/freebsd-13-stable/contrib/tcsh/
H A Ded.chared.c122 static int c_hmatch (Char *);
1812 * c_hmatch() return True if the pattern matches the prefix
1815 c_hmatch(Char *str) function
1893 hl[LastChar-InputBuf]) && c_hmatch(hl);
1952 hl[LastChar-InputBuf]) && c_hmatch(hl))
1960 if (!c_hmatch(HistBuf.s)) {

Completed in 73 milliseconds