Home | Sort by: relevance | last modified time | path |
/src/lib/libedit/ | |
search.c | 111 /* el_match(): 115 el_match(const wchar_t *str, const wchar_t *pat) function in typeref:typename:libedit_private int 169 return el_match(str, el->el_search.patbuf); 546 if (el_match(cp, ocp)) { 556 if (el_match(cp, ocp)) { |