Searched refs:NREGEXP (Results 1 – 3 of 3) sorted by relevance
59 #define NREGEXP 10 macro68 char *match[NREGEXP];
38 Resub rmatch[NREGEXP]; in applyrules()84 if(regexec(r->pat, node->name, rmatch, NREGEXP) == 0) in applyrules()105 regsub(w->s, buf, sizeof(buf), rmatch, NREGEXP); in applyrules()
12 rcopy(a->match, match, NREGEXP); in newarc()