Lines Matching defs:matched
128 * otherwise if stem!=0 then non-dir part of matched stem is copied there
367 int matched;
397 matched = 0;
399 if (metamatch(stem, u, p->rule->name) && (x = metainfo('I', p->rule->name, NiL, 0)) && (matched = 1, x->prereqs))
410 matched = 1;
416 if (matched)
426 matched = 0;
429 for (matched = 1, q = x->prereqs; q; q = q->next)
556 * nonterminals skipped if r matched any constrained metarule target
559 if (!matched && !(r->property & P_terminal) && (x = metainfo('N', NiL, NiL, 0)) && x->prereqs)
569 matched = 1;
572 if (!matched)