Lines Matching refs:_
371 if($_ !~ /.*?\*\/\s*(.*)$/) {
374 $_ = $1;
379 $_ = "$line $1";
383 while($_ =~ /^(.*?)\/\*.*?\*\/(.*)$/) {
384 $_ = "$1 $2";
387 if($_ =~ /^(.*)\/\*/) {
388 $_ = $1;
392 if($_ =~ /^(?:#|$)/) {
396 if($_ !~ /[;,{}]$/) {
398 $line = $_;
401 if($_ =~ / CURL_DEPRECATED\(/) {
403 if($_ !~ /^(.*?) CURL_DEPRECATED\(.*?"\)(.*)$/) {
405 $line = $_;
408 $_ = $1 . $2;
410 if($_ =~ /^CURLOPT(?:DEPRECATED)?\(/ && $_ !~ /\),$/) {
412 $line = $_;
415 if($_ =~ /^CURLOPT(?:DEPRECATED)?\(([^ ]*), ([^ ]*), (\d*)[,)]/) {
549 elsif($_ =~ /^CURLINFO_NONE/) {
553 ($_ =~ /^CURLINFO_([^ ]*) *= *CURLINFO_([^ ]*)/)) {