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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp542 # XSFUNCTION = $interface_macro($ret_type,cv,XSANY.any_dptr);
1103 ($ret_type) = TidyType($_);
1104 $RETVAL_no_return = 1 if $ret_type =~ s/^NO_OUTPUT\s+//;
1109 and $ret_type =~ s/^(.*?\w.*?)\s*\b(\w+\s*\(.*)/$1/s;
1112 blurt ("Error: Function definition too short '$ret_type'"), next PARAGRAPH
1115 $static = 1 if $ret_type =~ s/^static\s+//;
1265 # dXSFUNCTION($ret_type);
1353 if ($ret_type ne "void") {
1354 print "\t" . &map_type($ret_type, 'RETVAL') . ";\n"
1357 $var_types{"RETVAL"} = $ret_type;
[all...]

Completed in 30 milliseconds