Lines Matching refs:line
140 while ( defined($line = <FILE>) ) {
142 $in_bytes += length($line);
145 if ($line =~
151 @hunk_lines = ($line);
154 push(@lines, $line);
155 $out_bytes += length($line);
160 if ($line =~ /^\+/) {
163 $text = substr($line, 1);
175 } elsif ($line =~ /^\-/) {
177 push(@hunk_lines, $line);
178 } elsif ($line =~ /^ /) {
181 push(@hunk_lines, $line);