Lines Matching refs:line
440 my $line = $installer::globals::errorlogfileinfo[$j];
441 $line =~ s/\s*$//g;
442 installer::logger::print_error( $line );
621 my $line = ${$patharrayref}[$i];
622 $line =~ s/\$\(LANG\)/$onelanguage/g;
623 push(@patharray ,$line);
1489 my $line = "";
1497 $line = "[" . $directory . "]" . "\n";
1498 push(@patchfilesarray, $line);
1505 $line = $1 . "\n";
1506 push(@patchfilesarray, $line);
1534 my $line = ${$patchfilelist}[$i];
1536 if (( $record ) && ( $line =~ /^\s*\[/ )) { $record = 0; }
1538 …if (( $line =~ /^\s*\[\Q$lastsection\E\\\]\s*$/ ) && ( ! ( $line =~ /\Q$notlastsection\E\\\]\s*$/ …
1540 if ( $record ) { push(@lastsection, $line); }
1541 else { push(@patchfile, $line); }
1577 my $line = ${$patchfilelist}[$i];
1578 if ( $line =~ /^\s*\[(.*?)\]\s*$/ ) { $lastsectionname = $1; }
1584 my $line = ${$patchfilelist}[$i];
1586 if ( $line =~ /^\s*\[\Q$lastsectionname\E\]\s*$/ ) { $record = 1; }
1588 if (( $line =~ /^\s*\"\Q$lastfilename\E\"\=/ ) && ( $record ))
1590 $lastfileline = $line;
1596 push(@patchfile, $line);
1661 my $line = "\"" . $localfilename . "\"" . "=" . "\"" . "\." . $localwindowspatchlevel . "\"";
1672 $line = $line . "\tXXXXX\t" . $olddestination . "\n";
1674 push(@patchfiles, $line);
1780 my $line = ${$listfile}[$i];
1781 if ( $line =~ /^\s*\#/ ) { next; } # this is a comment line
1782 if ( $line =~ /^\s*$/ ) { next; } # empty line
1783 $line =~ s/^\s*//;
1784 $line =~ s/\s*$//;
1785 push(@allpackages, $line);
1805 my $line = ${$file}[$i];
1807 if (( $record ) && ( $line =~ /^\s*\[/ ))
1813 if ( $line =~ /^\s*\[\Q$sectionname\E\]\s*$/ ) { $record = 1; }
1815 if ( $line =~ /^\s*\[/ ) { next; } # this is a section line
1816 if ( $line =~ /^\s*\#/ ) { next; } # this is a comment line
1817 if ( $line =~ /^\s*$/ ) { next; } # empty line
1818 $line =~ s/^\s*//;
1819 $line =~ s/\s*$//;
1820 if ( $record ) { push(@section, $line); }
2799 my $line = ": 1 10\n";
2800 push(@pkgmap, $line);
2804 $line = ${$pkgmapfile}[$i];
2805 if ( $line =~ /^\s*1\si\s/ ) { push(@pkgmap, $line); }