Lines Matching refs:_
85 if($_ =~ /^([^ ]*) +(.*)/) {
102 my ($f, $sec, $file, $line)=@_;
123 my ($file) = @_;
150 if($_ =~ /^.so /) {
155 if(($_ =~ /^\.SH SYNOPSIS/i) && ($reqex)) {
160 elsif($_ =~ /^\.SH EXAMPLE/i) {
164 elsif($_ =~ /^\.SH \"SEE ALSO\"/i) {
167 elsif($_ =~ /^\.SH/i) {
172 if($_ =~ /^\.BR (.*)/i) {
200 if($_ =~ /[^\\]\\n/) {
206 if(($synopsize == 1) && ($_ !~ /\.nf/)) {
210 if($_ =~ /^\.SH ([^\r\n]*)/i) {
219 if($_ =~ /^\'/) {
223 if($_ =~ /\\f([BI])(.*)/) {
230 my $c = $_;
234 …if(($_ =~ /\\f([BI])((libcurl|CURLOPT_|CURLSHOPT_|CURLINFO_|CURLMOPT_|curl_easy_|curl_multi_|curl_…
239 if($_ =~ /(.*)\\f([^BIP])/) {
248 … ($_ =~ /(.*)((curl_multi|curl_easy|curl_url|curl_global|curl_url|curl_share)[a-zA-Z_0-9-]+)/) &&
256 ($_ =~ /(.*)(CURL(OPT_|MOPT_|INFO_|SHOPT_)[A-Z0-9_]*)/)) {
268 if($_ =~ /[ \t]+$/) {
279 my $l = $_;