Lines Matching refs:line
56 my $line = "";
63 # Remove multi-line comment trail.
71 if($line ne "") {
72 # Unfold line.
73 $_ = "$line $1";
74 $line = "";
91 # Folded line.
92 $line = $_;
98 # Folded line.
99 $line = $_;
107 # Folded line.
108 $line = $_;
116 # Get other kind of deprecation from this line.
119 # Folded line.
120 $line = $_;
150 my $line = "";
162 $_ = $line; # Get full paragraph.
163 $line = "";
165 s/\s+/ /g; # One line with single space only.
176 # Text line: accumulate.
177 $line .= $_;
190 my $line = "";
205 $_ = $line; # Previous section text.
206 $line = "";
210 s/\s+/ /g; # One line with single space only.
229 # Text line: accumulate.
230 $line .= $_;