Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dsearch.c115 el_match(const wchar_t *str, const wchar_t *pat) in el_match() function
169 return el_match(str, el->el_search.patbuf); in c_hmatch()
543 if (el_match(cp, ocp)) { in ce_search_line()
553 if (el_match(cp, ocp)) { in ce_search_line()
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); in el_wparse()