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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.h58 protected int c_hmatch(EditLine *, const Char *);
H A Dcommon.c750 c_hmatch(el, hp)) {
805 c_hmatch(el, hp))
811 if (!c_hmatch(el, el->el_history.buf)) {
H A Dsearch.c155 /* c_hmatch():
159 c_hmatch(EditLine *el, const Char *str) function
/macosx-10.10/libedit-40/src/
H A Dsearch.h65 protected int c_hmatch(EditLine *, const Char *);
H A Dcommon.c748 c_hmatch(el, hp)) {
803 c_hmatch(el, hp))
809 if (!c_hmatch(el, el->el_history.buf)) {
H A Dsearch.c156 /* c_hmatch():
160 c_hmatch(EditLine *el, const Char *str) function
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsearch.h59 protected int c_hmatch(EditLine *, const char *);
H A Dcommon.c746 c_hmatch(el, hp)) {
801 c_hmatch(el, hp))
807 if (!c_hmatch(el, el->el_history.buf)) {
H A Dsearch.c140 /* c_hmatch():
144 c_hmatch(EditLine *el, const char *str) function
/macosx-10.10/tcsh-65/tcsh/
H A Ded.chared.c126 static int c_hmatch (Char *);
1809 * c_hmatch() return True if the pattern matches the prefix
1812 c_hmatch(Char *str) function
1890 hl[LastChar-InputBuf]) && c_hmatch(hl);
1949 hl[LastChar-InputBuf]) && c_hmatch(hl))
1957 if (!c_hmatch(HistBuf.s)) {

Completed in 123 milliseconds