Lines Matching refs:newstring
1027 my $newstring = $oldstring . $revisionstring; # also adding the date string
1028 ${$file}[$i] =~ s/$oldstring/$newstring/;
1032 $newstring);
1082 my $newstring = $start . $versionstring . "\n"; # setting the complete new string
1084 ${$file}[$i] = $newstring;
1086 $newstring =~ s/\s*$//;
1087 …er::Lang->printf("Info: Changed in %s file: \"%s\" to \"\"!\n", $filename, $oldstring, $newstring);
1549 my ($scriptfile, $scriptfilename, $oldstring, $newstring) = @_;
1556 …if (( $oldstring eq "PRODUCTDIRECTORYNAME" ) && ( $newstring eq "" )) { $oldstring = $oldstring . …
1557 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g;
1559 $scriptfilename, $oldstring, $newstring);
1575 my ($scriptfile, $scriptfilename, $oldstring, $newstring) = @_;
1585 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g;
1590 $newstring);