Lines Matching full:_
64 my $type_constant2 = '\%([-_\w]+)';
71 my $type_enum = '\&(enum\s*([_\w]+))';
72 my $type_struct = '\&(struct\s*([_\w]+))';
73 my $type_typedef = '\&(typedef\s*([_\w]+))';
74 my $type_union = '\&(union\s*([_\w]+))';
75 my $type_member = '\&([_\w]+)(\.|->)([_\w]+)';
76 my $type_fallback = '\&([_\w]+)';
269 my $attribute = qr{__attribute__\s*\(\([a-z0-9,_\*\s\(\)]*\)\)}i;
392 return "$_/$_[0]" if(-x "$_/$_[0]");
462 my $contents = join "\n", @_;
498 my $contents = join "\n", @_;
530 my $contents = join "\n",@_;
566 my %args = %{$_[0]};
617 my %args = %{$_[0]};
658 my %args = %{$_[0]};
693 my %args = %{$_[0]};
708 my %args = %{$_[0]};
730 my %args = %{$_[0]};
737 print ".. _$section:\n\n";
764 my $input = join "\n",@_;
818 my %args = %{$_[0]};
919 output_section_rst(@_);
924 my %args = %{$_[0]};
938 my %args = %{$_[0]};
972 output_section_rst(@_);
976 my %args = %{$_[0]};
993 output_section_rst(@_);
997 my %args = %{$_[0]};
1044 output_section_rst(@_);
1072 my $func = "output_${functype}_$output_mode";
1083 &$func(@_);
1093 &$func(@_);
1102 my ($prototype, $file) = @_;
1104 &$func(@_);
1108 dump_struct(@_);
1623 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1738 my $name = qr{[a-zA-Z0-9_~:]+};
1861 ## if ($prototype =~ m/SYSCALL_DEFINE0\s*\(\s*(a-zA-Z0-9_)*\s*\)/) {
1964 my ($orig_file) = @_;
1980 my ($orig_file) = @_;
2079 …rts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst\n$_");
2084 emit_warning("${file}:$.", "missing initial short description on line:\n$_");
2088 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n$_");
2096 emit_warning("${file}:$.", "Cannot understand $_ on line $. - I thought it was a doc line\n");
2158 if ($_ =~ m'\s*\*\s*[a-zA-Z_0-9:\.]+\*/') {
2159 emit_warning("${file}:$.", "suspicious ending line: $_");
2203 emit_warning("${file}:$.", "bad line: $_");
2227 process_proto_function($_, $file);
2229 process_proto_type($_, $file);
2297 emit_warning("${file}:$.", "Incorrect use of kernel-doc format: $_");
2306 my ($orig_file) = @_;
2321 $_ .= <IN_FILE>;
2324 while ($_ =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {};
2329 process_name($file, $_);
2332 process_body($file, $_);
2334 process_inline($file, $_);
2336 process_proto($file, $_);
2338 process_docblock($file, $_);
2346 emit_warning("${file}:1", "'$_' not found\n")
2392 process_export_file($_);
2398 process_file($_);