Searched refs:seen_normal (Results 1 – 2 of 2) sorted by relevance
707 int seen_normal = 0; in handle_special_targets() local725 seen_normal++; in handle_special_targets()727 if ((seen_path != 0) + (seen_special != 0) + (seen_normal != 0) > 1) { in handle_special_targets()733 if (seen_normal != 0) { in handle_special_targets()
1247 my %seen_normal;1261 push @{ $seen_normal{$normalized} }, $line_data;1265 foreach my $key (keys %seen_normal) {1278 my $all_line_data= $seen_normal{$normal_expr};