Lines Matching refs:first
3543 my $first = $1;
3547 if ($first =~ /(?:struct|union|enum)/) {
3548 pos($rawline) += length($first) + length($second) + 1;
3552 next if (lc($first) ne lc($second));
3553 next if ($first eq 'long');
3565 if ($first =~ /\b[0-9a-f]{2,}\b/i) {
3566 next if (!exists($allow_repeated_words{lc($first)}));
3570 "Possible repeated word: '$first'\n" . $herecurr) &&
3572 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
6027 my $first = 1;
6031 if ($first) {
6033 $first = 0;