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

/freebsd-9.3-release/lib/libedit/
H A Dsearch.h58 protected int c_hmatch(EditLine *, const char *);
H A Dcommon.c745 c_hmatch(el, hp)) {
800 c_hmatch(el, hp))
806 if (!c_hmatch(el, el->el_history.buf)) {
H A Dsearch.c148 /* c_hmatch():
152 c_hmatch(EditLine *el, const char *str) function
/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c126 static int c_hmatch (Char *);
1808 * c_hmatch() return True if the pattern matches the prefix
1811 c_hmatch(Char *str) function
1889 hl[LastChar-InputBuf]) && c_hmatch(hl);
1948 hl[LastChar-InputBuf]) && c_hmatch(hl))
1956 if (!c_hmatch(HistBuf.s)) {

Completed in 166 milliseconds