Searched refs:metamatch (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/nmake/
H A Dmetarule.c132 metamatch(char* stem, register char* s, char* pattern) function
274 if (metamatch(stem, out->name, q->rule->name) && (x = metainfo('O', q->rule->name, NiL, 0)))
300 if (c != PREREQ_DELETE && metamatch(stem, q->rule->name, in->name) && !streq(stem, "%") && (x = metainfo('I', q->rule->name, NiL, 0)))
399 if (metamatch(stem, u, p->rule->name) && (x = metainfo('I', p->rule->name, NiL, 0)) && (matched = 1, x->prereqs))
403 if (metamatch(t, unbound(q->rule), v->rule->name) && streq(t, stem) && (m = metarule(v->rule->name, p->rule->name, 0)) && (!(r->property & P_terminal) || (m->property & P_terminal)))
428 if (metamatch(stem, u, p->rule->name) && (x = metainfo('I', p->rule->name, NiL, 0)))
532 if (metamatch(t, q->rule->name, p->rule->name) && streq(t, b) && (s = bindfile(q->rule, NiL, 0)) && s->time)
567 if (metamatch(NiL, u, p->rule->name))
586 if (metamatch(t, q->rule->name, p->rule->name) && streq(t, b))
662 if (metamatch(ste
[all...]
H A Drule.c420 else if (metamatch(NiL, s, x->name) || r && r->uname && !(r->property & P_state) && metamatch(NiL, r->uname, x->name))
H A Dmake.h1009 extern int metamatch(char*, char*, char*);

Completed in 36 milliseconds