Searched refs:el_match (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libedit/
H A Dsearch.h53 libedit_private int el_match(const wchar_t *, const wchar_t *);
H A Dparse.c121 l = (size_t)el_match(el->el_prog, tprog);
H A Dsearch.c111 /* el_match():
115 el_match(const wchar_t *str, const wchar_t *pat) function
169 return el_match(str, el->el_search.patbuf);
543 if (el_match(cp, ocp)) {
553 if (el_match(cp, ocp)) {

Completed in 101 milliseconds