Home | History | Annotate | Download | only in Scripts

Lines Matching full:ranges

218             # Advance to successive change ranges.
508 # Read a file and get all the line ranges of the things that look like C functions.
520 my @ranges;
722 push @ranges, [ $start, $., $name ];
777 return @ranges;
782 # Read a file and get all the line ranges of the things that look like Java
810 my @ranges;
892 push @ranges, [ $start, ($. - 1),
922 push @ranges, [ $start, $.,
981 return @ranges;
986 # Read a file and get all the line ranges of the things that look like
1014 my @ranges;
1094 push(@ranges, [$start, $., $currentFunction]);
1173 return @ranges;