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

/linux-master/scripts/genksyms/
H A Dparse.y3 * C global declaration parser for genksyms.
116 declaration
117 | declaration_seq declaration
120 declaration: label
294 error_with_pos("unexpected second declaration name");
303 error_with_pos("unexpected second declaration name");
/linux-master/scripts/
H A Dkernel-doc242 #declaration types: can be
668 my $declaration = $args{'definition'};
669 $declaration =~ s/\t/ /g;
670 $declaration =~ s/\n/"\n.br\n.BI \"/g;
673 print ".BI \"$declaration\n};\n.br\n\n";
1018 my $declaration = $args{'definition'};
1020 $declaration =~ s/\t/$lineprefix/g;
1021 print $lineprefix . $args{'type'} . " " . $args{'struct'} . " {\n$declaration" . $lineprefix . "};\n\n";
1097 # takes a declaration (struct, union, enum, typedef) and
1151 # - first eat non-declaration parameter
[all...]

Completed in 132 milliseconds