Lines Matching refs:count
1415 my $count = 0;
1419 $selected{$count} = 1;
1420 $authored{$count} = 0;
1421 $signed{$count} = 0;
1422 $count++;
1430 $count = 0;
1444 $sel = "*" if ($selected{$count});
1451 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1455 if ($authored{$count}) {
1461 if ($signed{$count}) {
1468 $count++;
1527 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) {
1532 for (my $i = 0; $i < $count; $i++) {
1536 for (my $i = 0; $i < $count; $i++) {
1541 for (my $i = 0; $i < $count; $i++) {
1546 for (my $i = 0; $i < $count; $i++) {
1551 for (my $i = 0; $i < $count; $i++) {
1556 for (my $i = 0; $i < $count; $i++) {
1562 if ($val > 0 && $val <= $count) {
1567 for (my $i = 0; $i < $count; $i++) {
1572 if ($val > 0 && $val <= $count) {
1577 for (my $i = 0; $i < $count; $i++) {
1675 $count = 0;
1678 if ($selected{$count}) {
1679 push(@new_emailto, $list[$count]);
1681 $count++;
1800 my $count = 0;
1824 $count++;
1826 $count > $email_git_max_maintainers ||
1953 my $count = grep(/$commit/, @all_commits);
1954 for ($i = 0; $i < $count ; $i++) {