Lines Matching refs:first
3530 my $first = $1;
3534 if ($first =~ /(?:struct|union|enum)/) {
3535 pos($rawline) += length($first) + length($second) + 1;
3539 next if (lc($first) ne lc($second));
3540 next if ($first eq 'long');
3552 if ($first =~ /\b[0-9a-f]{2,}\b/i) {
3553 next if (!exists($allow_repeated_words{lc($first)}));
3557 "Possible repeated word: '$first'\n" . $herecurr) &&
3559 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
6011 my $first = 1;
6015 if ($first) {
6017 $first = 0;