Lines Matching refs:entry
1143 my @entry = @_;
1145 return -1 if ( $#entry != 2 );
1146 if (( $entry[0] eq "COPY" ) || ( $entry[0] eq "ADDINCPATH" )) {
1147 return 0 if ( ! -e $entry[1].$maybedot );
1149 $entry[1] = $repository ."/" . $module . "/prj/" . $entry[1];
1150 $entry[1] =~ s/$module\/prj\/\.\./$module/;
1154 if ( $entry[2] =~ /^\Q$dest\E/ ) {
1156 } elsif ( $common_build && ( $entry[2] =~ /^\Q$common_dest\E/ )) {
1165 $entry[2] =~ s/^\Q$solarversion\E\///;
1169 $entry[2] =~ s#$ext([\\\/])#$1#o;
1172 push @common_log_list, [@entry];
1174 push @log_list, [@entry];