Searched defs:pmatch (Results 1 – 3 of 3) sorted by relevance
1946 static int regexec1_nonempty(const regex_t *preg, const char *s, regmatch_t pmatch[]) in regexec1_nonempty()1991 regmatch_t pmatch[1]; in awk_split() local2220 regmatch_t pmatch[1]; in awk_getline() local2454 regmatch_t pmatch[10]; in awk_sub() local2570 regmatch_t pmatch[1]; in do_match() local
299 static unsigned pmatch(const char *p, const char *s, unsigned len) in pmatch() function
6363 #define pmatch(a, b) !fnmatch((a), (b), 0) macro