Lines Matching refs:count
960 my $count = $line =~ s/^([A-Z]):/$1:\t/g;
961 if ($letters eq "" || (!$count || $letters =~ /$1/i)) {
1807 my $count = 0;
1811 $selected{$count} = 1;
1812 $authored{$count} = 0;
1813 $signed{$count} = 0;
1814 $count++;
1822 $count = 0;
1836 $sel = "*" if ($selected{$count});
1843 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1847 if ($authored{$count}) {
1853 if ($signed{$count}) {
1860 $count++;
1920 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) {
1925 for (my $i = 0; $i < $count; $i++) {
1929 for (my $i = 0; $i < $count; $i++) {
1934 for (my $i = 0; $i < $count; $i++) {
1939 for (my $i = 0; $i < $count; $i++) {
1944 for (my $i = 0; $i < $count; $i++) {
1949 for (my $i = 0; $i < $count; $i++) {
1955 if ($val > 0 && $val <= $count) {
1960 for (my $i = 0; $i < $count; $i++) {
1965 if ($val > 0 && $val <= $count) {
1970 for (my $i = 0; $i < $count; $i++) {
2068 $count = 0;
2071 if ($selected{$count}) {
2072 push(@new_emailto, $list[$count]);
2074 $count++;
2193 my $count = 0;
2218 $count++;
2220 $count > $email_git_max_maintainers ||
2410 my $count = grep(/$commit/, @all_commits);
2411 for ($i = 0; $i < $count ; $i++) {