Lines Matching refs:count
1505 my $count = 0;
1509 $selected{$count} = 1;
1510 $authored{$count} = 0;
1511 $signed{$count} = 0;
1512 $count++;
1520 $count = 0;
1534 $sel = "*" if ($selected{$count});
1541 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1545 if ($authored{$count}) {
1551 if ($signed{$count}) {
1558 $count++;
1617 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) {
1622 for (my $i = 0; $i < $count; $i++) {
1626 for (my $i = 0; $i < $count; $i++) {
1631 for (my $i = 0; $i < $count; $i++) {
1636 for (my $i = 0; $i < $count; $i++) {
1641 for (my $i = 0; $i < $count; $i++) {
1646 for (my $i = 0; $i < $count; $i++) {
1652 if ($val > 0 && $val <= $count) {
1657 for (my $i = 0; $i < $count; $i++) {
1662 if ($val > 0 && $val <= $count) {
1667 for (my $i = 0; $i < $count; $i++) {
1765 $count = 0;
1768 if ($selected{$count}) {
1769 push(@new_emailto, $list[$count]);
1771 $count++;
1890 my $count = 0;
1915 $count++;
1917 $count > $email_git_max_maintainers ||
2107 my $count = grep(/$commit/, @all_commits);
2108 for ($i = 0; $i < $count ; $i++) {