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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dhashassign.t149 sub in_out { subroutine
153 %names_copy = in_out (%names);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp462 or $in_out{$var_name} and $in_out{$var_name} =~ /^OUT/
507 delete $in_out{$outarg} # No need to auto-OUTPUT
508 if exists $in_out{$outarg} and $in_out{$outarg} =~ /OUT$/;
1073 undef(%in_out) ;
1180 $in_out{$name} = $out_type if $out_type;
1194 $in_out{$_} = $out_type;
1238 s/^/&/ if $in_out{$_};
1417 for grep $in_out{
[all...]

Completed in 20 milliseconds