Lines Matching refs:l
120 my $l= $_;
121 if($l =~ /(CURL(OPT|INFO|MOPT)_\w+) *([0-9.]*) *([0-9.-]*) *([0-9.]*)/) {
206 my ($l, $s, $rd)=($1, $2, $3);
210 if(($l cmp $prevlong) < 0) {
211 print STDERR "tool_getparam.c:$no: '$l' is NOT placed in alpha-order\n";
213 if($l =~ /\"(.*)\"/) {
225 $prevlong = $l;
239 my $l= $_;
240 $l =~ s/\\-/-/g;
241 if($l =~ /^\.IP \"(-[^\"]*)\"/) {
268 my $l= $_;