Searched refs:orig_args (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | xsubpp | 1131 ($class, $func_name, $orig_args) = ($1, $2, $3) ; 1148 $orig_args =~ s/\\\s*/ /g; # process line continuations 1151 if ($process_argtypes and $orig_args =~ /\S/) { 1152 my $args = "$orig_args ,"; 1193 @args = split(/\s*,\s*/, $orig_args); 1194 Warn("Warning: cannot parse argument list '$orig_args', fallback to split"); 1197 @args = split(/\s*,\s*/, $orig_args);
|