Searched refs:pattern_matches (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | variable.h | 126 extern int pattern_matches PARAMS ((char *pattern, char *percent, char *str));
|
| H A D | vpath.c | 353 if (pattern_matches (v->pattern, v->percent, *file)) in vpath_search()
|
| H A D | function.c | 280 pattern_matches (char *pattern, char *percent, char *str) in pattern_matches() function 1006 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str); in func_filter_filterout()
|
| H A D | read.c | 1953 if (pattern && !pattern_matches (pattern, pattern_percent, name)) in record_files()
|