Home
last modified time | relevance | path

Searched refs:NREGEXP (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/mk/
H A Dmk.h59 #define NREGEXP 10 macro
68 char *match[NREGEXP];
H A Dgraph.c38 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()
H A Darc.c12 rcopy(a->match, match, NREGEXP); in newarc()