Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:matches

245   unsigned int *matches
342 find the stem: the part of the filename that matches the %. */
377 /* Check that the rule pattern matches the text before the stem. */
388 /* Check that the rule pattern matches the text after the stem.
391 common case where the first character matches because it is a
402 specific_rule_matched when it matches. Don't try to use it. */
407 target in MATCHES. If several targets of the same rule match,
410 matches[nrules] = i;
467 find the stem: the part of the filename that matches the %. */
469 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1;
470 stemlen = namelen - rule->lens[matches[i]] + 1;
801 file->name = rule->targets[matches[foundrule]];
939 struct file *f = lookup_file (rule->targets[matches[foundrule]]);
949 if (i != matches[foundrule])