Lines Matching refs:line
138 while ( defined($line = <FILE>) ) {
140 $in_bytes += length($line);
143 if ($line =~
149 @hunk_lines = ($line);
152 push(@lines, $line);
153 $out_bytes += length($line);
158 if ($line =~ /^\+/) {
161 $text = substr($line, 1);
173 } elsif ($line =~ /^\-/) {
175 push(@hunk_lines, $line);
176 } elsif ($line =~ /^ /) {
179 push(@hunk_lines, $line);