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

/external/libedit/src/
H A Dsearch.h55 protected int el_match(const Char *, const Char *);
H A Dparse.c118 l = (size_t)el_match(el->el_prog, tprog);
H A Dsearch.c107 /* el_match():
111 el_match(const Char *str, const Char *pat) function
167 return el_match(str, el->el_search.patbuf);
545 if (el_match(cp, ocp)) {
555 if (el_match(cp, ocp)) {

Completed in 221 milliseconds