Lines Matching refs:matches
564 * so we're forced to load it in case it matches us.
633 * the hash table in case one these entries matches our class.
3299 int matches = 0;
3309 matches++;
3322 if ((matches < mask_count) || copy_needed) {
3325 mask_type *copy = NEW(mask_type, matches);
3326 for (i = 0; i < matches; i++) {
3330 this_reginfo->mask_count = matches;
3332 matches = 0;
3340 int *new = copy[matches].modifies;
3341 copy[matches].entry = entry;
3344 matches++;