Lines Matching refs:_
560 my $contents = join "\n", @_;
597 my $contents = join "\n", @_;
629 my $contents = join "\n",@_;
665 my %args = %{$_[0]};
716 my %args = %{$_[0]};
757 my %args = %{$_[0]};
792 my %args = %{$_[0]};
807 my %args = %{$_[0]};
829 my %args = %{$_[0]};
862 my $input = join "\n",@_;
916 my %args = %{$_[0]};
1011 output_section_rst(@_);
1015 my %args = %{$_[0]};
1031 my %args = %{$_[0]};
1061 output_section_rst(@_);
1065 my %args = %{$_[0]};
1082 output_section_rst(@_);
1086 my %args = %{$_[0]};
1130 output_section_rst(@_);
1169 &$func(@_);
1179 &$func(@_);
1188 my ($prototype, $file) = @_;
1190 &$func(@_);
1194 dump_struct(@_);
1654 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1993 my ($orig_file) = @_;
2009 my ($orig_file) = @_;
2086 print STDERR $_;
2183 if ($_ =~ m'\s*\*\s*[a-zA-Z_0-9:\.]+\*/') {
2254 process_proto_function($_, $file);
2256 process_proto_type($_, $file);
2335 my ($orig_file) = @_;
2350 $_ .= <IN_FILE>;
2353 while ($_ =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {};
2358 process_name($file, $_);
2361 process_body($file, $_);
2363 process_inline($file, $_);
2365 process_proto($file, $_);
2367 process_docblock($file, $_);
2421 process_export_file($_);
2427 process_file($_);