Lines Matching refs:ll
361 # Make $pwd to become the path without newline. We'll use that in order to cut
475 my $ll = $_;
476 print $ll;
477 print $log $ll;
577 my $ll = $_;
578 print $ll if(($ll !~ /^ *#/) && ($ll !~ /^ *$/));
600 my $ll = $_;
601 print $ll if(($ll !~ /^ *#/) && ($ll !~ /^ *$/));
611 my $ll = $_;
612 print $ll if(($ll =~ /^ *# *define *CARES_/) && ($ll !~ /__CARES_BUILD_H/));