Lines Matching refs:cur_version
227 my $cur_version = $obj->{'VERSION_INFO'}{$name};
229 @{$cur_version};
252 if (!defined($cur_version->[3]{$sym})) {
253 $cur_version->[2]++;
254 $cur_version->[3]{$sym} = 'INHERIT';
316 my $cur_version;
344 $cur_version->[1]++;
345 $cur_version->[2]++;
346 $cur_version->[3]{$sym} = 'NEW';
358 $cur_version = [ $top, 0, 0, {}, \@inheritarr ];
359 $obj_hash->{'VERSION_INFO'}{$name} = $cur_version;