Lines Matching refs:start
507 my ($start, $end) = @_;
509 for (my $i = $start; $i < $end; $i++) {
525 my ($start, $end) = @_;
527 for (my $i = $start; $i < $end; $i++) {
569 my $start = find_starting_index($tvi);
576 for ($i = $start; $i < $end; $i++) {
591 for ($i = $start; $i < $end; $i++) {
603 range_is_maintained($start, $end) &&
604 range_has_maintainer($start, $end)) {
623 my $start = find_starting_index($line);
625 for ($i = $start; $i < $end; $i++) {
930 my $start = find_starting_index($index);
934 my $subsystem = $typevalue[$start];
941 for ($i = $start + 1; $i < $end; $i++) {
974 my $start = find_starting_index($index);
977 my $subsystem = $typevalue[$start];
995 my $start = find_starting_index($index);
998 push(@subsystem, $typevalue[$start]);
1000 for ($i = $start + 1; $i < $end; $i++) {