Lines Matching refs:count
933 my $count = $line =~ s/^([A-Z]):/$1:\t/g;
934 if ($letters eq "" || (!$count || $letters =~ /$1/i)) {
1776 my $count = 0;
1780 $selected{$count} = 1;
1781 $authored{$count} = 0;
1782 $signed{$count} = 0;
1783 $count++;
1791 $count = 0;
1805 $sel = "*" if ($selected{$count});
1812 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1816 if ($authored{$count}) {
1822 if ($signed{$count}) {
1829 $count++;
1888 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) {
1893 for (my $i = 0; $i < $count; $i++) {
1897 for (my $i = 0; $i < $count; $i++) {
1902 for (my $i = 0; $i < $count; $i++) {
1907 for (my $i = 0; $i < $count; $i++) {
1912 for (my $i = 0; $i < $count; $i++) {
1917 for (my $i = 0; $i < $count; $i++) {
1923 if ($val > 0 && $val <= $count) {
1928 for (my $i = 0; $i < $count; $i++) {
1933 if ($val > 0 && $val <= $count) {
1938 for (my $i = 0; $i < $count; $i++) {
2036 $count = 0;
2039 if ($selected{$count}) {
2040 push(@new_emailto, $list[$count]);
2042 $count++;
2161 my $count = 0;
2186 $count++;
2188 $count > $email_git_max_maintainers ||
2378 my $count = grep(/$commit/, @all_commits);
2379 for ($i = 0; $i < $count ; $i++) {