Searched defs:metamatch (Results 1 - 1 of 1) 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...]

Completed in 59 milliseconds