Lines Matching refs:_
55 my ($f)=@_;
65 if($_ !~ /.*?\*\/\s*(.*)$/) {
68 $_ = $1;
73 $_ = "$line $1";
77 while($_ =~ /^(.*?)\/\*.*?\*\/(.*)$/) {
78 $_ = "$1 $2";
80 if($_ =~ /^(.*)\/\*/) {
81 $_ = "$1 ";
86 if($_ =~ /^(?:#|$)/) {
90 if($_ !~ /[;,{}]$/) {
92 $line = $_;
95 if($_ =~ /CURLOPTDEPRECATED\(/) {
97 if($_ !~ /CURLOPTDEPRECATED\(\s*(\S+)\s*,(?:.*?,){2}\s*(.*?)\s*,.*"\)/) {
99 $line = $_;
104 elsif($_ =~ /CURLOPT\(/) {
106 if($_ !~ /CURLOPT\(\s*(\S+)\s*(?:,.*?){2}\)/) {
108 $line = $_;
117 if($_ =~ /CURL_DEPRECATED\(/) {
118 if($_ !~ /^(.*)CURL_DEPRECATED\(\s*(\S+?)\s*,.*?"\)(.*)$/) {
120 $line = $_;
124 $_ = "$1 $3";
126 if($_ =~ /^CURL_EXTERN\s+.*\s+(\S+?)\s*\(/) {
130 elsif($inenum && $_ =~ /(\w+)\s*[,=}]/) {
136 $inenum |= ($_ =~ /\benum\b/);
137 if($_ =~ /}/) {
148 my ($f, $prefix)=@_;
154 if($_ =~ /^\./) {
158 if($_ =~ /^\.IP\s+((?:$prefix)_\w+)/) {
162 $_ = $line; # Get full paragraph.
169 …while($_ =~ /(?:deprecated|obsoleted?)\b\s*(?:in\b|since\b)?\s*(?:version\b|curl\b|libcurl\b)?\s*(…
171 $_ = $2;
177 $line .= $_;
185 my ($path, $sym, $table)=@_;
193 if($_ =~ /\.so\s+man3\/(.*\.3\b)/) {
198 elsif($_ =~ /^\./) {
200 if($_ =~ /^\.SH\b\s*(\w*)/) {
205 $_ = $line; # Previous section text.
212 …while($_ =~ /(?:deprecated|obsoleted?)\b\s*(?:in\b|since\b)?\s*(?:version\b|curl\b|libcurl\b)?\s*(…
223 $_ = $2;
230 $line .= $_;
243 if($_ =~ /^((?:CURL|LIBCURL)\S+)\s+\S+\s*(\S*)\s*(\S*)$/) {