Lines Matching refs:count
913 my $count = $line =~ s/^([A-Z]):/$1:\t/g;
914 if ($letters eq "" || (!$count || $letters =~ /$1/i)) {
1742 my $count = 0;
1746 $selected{$count} = 1;
1747 $authored{$count} = 0;
1748 $signed{$count} = 0;
1749 $count++;
1757 $count = 0;
1771 $sel = "*" if ($selected{$count});
1778 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1782 if ($authored{$count}) {
1788 if ($signed{$count}) {
1795 $count++;
1854 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) {
1859 for (my $i = 0; $i < $count; $i++) {
1863 for (my $i = 0; $i < $count; $i++) {
1868 for (my $i = 0; $i < $count; $i++) {
1873 for (my $i = 0; $i < $count; $i++) {
1878 for (my $i = 0; $i < $count; $i++) {
1883 for (my $i = 0; $i < $count; $i++) {
1889 if ($val > 0 && $val <= $count) {
1894 for (my $i = 0; $i < $count; $i++) {
1899 if ($val > 0 && $val <= $count) {
1904 for (my $i = 0; $i < $count; $i++) {
2002 $count = 0;
2005 if ($selected{$count}) {
2006 push(@new_emailto, $list[$count]);
2008 $count++;
2127 my $count = 0;
2152 $count++;
2154 $count > $email_git_max_maintainers ||
2344 my $count = grep(/$commit/, @all_commits);
2345 for ($i = 0; $i < $count ; $i++) {