Lines Matching refs:first
3521 my $first = $1;
3525 if ($first =~ /(?:struct|union|enum)/) {
3526 pos($rawline) += length($first) + length($second) + 1;
3530 next if (lc($first) ne lc($second));
3531 next if ($first eq 'long');
3543 if ($first =~ /\b[0-9a-f]{2,}\b/i) {
3544 next if (!exists($allow_repeated_words{lc($first)}));
3548 "Possible repeated word: '$first'\n" . $herecurr) &&
3550 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
5994 my $first = 1;
5998 if ($first) {
6000 $first = 0;