Lines Matching refs:count
730 my $count = $line =~ s/^([A-Z]):/$1:\t/g;
731 if ($letters eq "" || (!$count || $letters =~ /$1/i)) {
1553 my $count = 0;
1557 $selected{$count} = 1;
1558 $authored{$count} = 0;
1559 $signed{$count} = 0;
1560 $count++;
1568 $count = 0;
1582 $sel = "*" if ($selected{$count});
1589 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1593 if ($authored{$count}) {
1599 if ($signed{$count}) {
1606 $count++;
1665 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) {
1670 for (my $i = 0; $i < $count; $i++) {
1674 for (my $i = 0; $i < $count; $i++) {
1679 for (my $i = 0; $i < $count; $i++) {
1684 for (my $i = 0; $i < $count; $i++) {
1689 for (my $i = 0; $i < $count; $i++) {
1694 for (my $i = 0; $i < $count; $i++) {
1700 if ($val > 0 && $val <= $count) {
1705 for (my $i = 0; $i < $count; $i++) {
1710 if ($val > 0 && $val <= $count) {
1715 for (my $i = 0; $i < $count; $i++) {
1813 $count = 0;
1816 if ($selected{$count}) {
1817 push(@new_emailto, $list[$count]);
1819 $count++;
1938 my $count = 0;
1963 $count++;
1965 $count > $email_git_max_maintainers ||
2155 my $count = grep(/$commit/, @all_commits);
2156 for ($i = 0; $i < $count ; $i++) {