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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp1121 ($class, $func_name, $orig_args) = ($1, $2, $3) ;
1138 $orig_args =~ s/\\\s*/ /g; # process line continuations
1141 if ($process_argtypes and $orig_args =~ /\S/) {
1142 my $args = "$orig_args ,";
1183 @args = split(/\s*,\s*/, $orig_args);
1184 Warn("Warning: cannot parse argument list '$orig_args', fallback to split");
1187 @args = split(/\s*,\s*/, $orig_args);

Completed in 17 milliseconds