Searched refs:temp_all_comments (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/scripts/
H A Dcopyright-extractor704 my @temp_all_comments = @all_comments;
708 while ($i <= $#temp_all_comments) {
710 my $c1 = $temp_all_comments[$i];
711 for (my $j = $i+1; $j <= $#temp_all_comments; $j++) {
712 my $c2 = $temp_all_comments[$j];
730 $temp_all_comments[$j] = $c12_merged;

Completed in 10 milliseconds