Lines Matching refs:_
470 my $contents = join "\n", @_;
507 my $contents = join "\n", @_;
539 my $contents = join "\n",@_;
575 my %args = %{$_[0]};
626 my %args = %{$_[0]};
667 my %args = %{$_[0]};
702 my %args = %{$_[0]};
717 my %args = %{$_[0]};
739 my %args = %{$_[0]};
770 my $input = join "\n",@_;
824 my %args = %{$_[0]};
896 output_section_rst(@_);
900 my %args = %{$_[0]};
916 my %args = %{$_[0]};
941 output_section_rst(@_);
945 my %args = %{$_[0]};
957 output_section_rst(@_);
961 my %args = %{$_[0]};
996 output_section_rst(@_);
1033 &$func(@_);
1043 &$func(@_);
1052 my ($prototype, $file) = @_;
1054 &$func(@_);
1058 dump_struct(@_);
1499 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1813 my ($orig_file) = @_;
1829 my ($orig_file) = @_;
1905 print STDERR $_;
1983 if ($_ =~ m'\s*\*\s*[a-zA-Z_0-9:\.]+\*/') {
2050 process_proto_function($_, $file);
2052 process_proto_type($_, $file);
2131 my ($orig_file) = @_;
2146 $_ .= <IN>;
2149 while ($_ =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {};
2154 process_name($file, $_);
2156 process_body($file, $_);
2158 process_inline($file, $_);
2160 process_proto($file, $_);
2162 process_docblock($file, $_);
2211 process_export_file($_);
2217 process_file($_);