Lines Matching refs:first
3516 my $first = $1;
3520 if ($first =~ /(?:struct|union|enum)/) {
3521 pos($rawline) += length($first) + length($second) + 1;
3525 next if (lc($first) ne lc($second));
3526 next if ($first eq 'long');
3538 if ($first =~ /\b[0-9a-f]{2,}\b/i) {
3539 next if (!exists($allow_repeated_words{lc($first)}));
3543 "Possible repeated word: '$first'\n" . $herecurr) &&
3545 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
6007 my $first = 1;
6011 if ($first) {
6013 $first = 0;