Home | History | Annotate | Download | only in src

Lines Matching refs:shortnames_seen_once

2509   my $shortnames_seen_once = {};
2519 if (defined($shortnames_seen_once->{$shortname}) &&
2520 $shortnames_seen_once->{$shortname} ne $fullname) {
2523 $shortnames_seen_once->{$shortname} = $fullname;