Lines Matching full:declaration
135 # of the declaration; the struct/union/enum/typedef must always precede
381 #declaration types: can be
765 my $declaration = $args{'definition'};
766 $declaration =~ s/\t/ /g;
767 $declaration =~ s/\n/"\n.br\n.BI \"/g;
770 print ".BI \"$declaration\n};\n.br\n\n";
1108 my $declaration = $args{'definition'};
1109 $declaration =~ s/\t/ /g;
1110 print " " . $args{'type'} . " " . $args{'struct'} . " {\n$declaration };\n\n";
1184 # takes a declaration (struct, union, enum, typedef) and
1229 my $declaration = $members;
1301 # Adjust declaration for better display
1302 $declaration =~ s/([\{;])/$1\n/g;
1303 $declaration =~ s/\}\s+;/};/g;
1305 do {} while ($declaration =~ s/(enum\s+\{[^\}]+),([^\n])/$1,\n$2/);
1307 my @def_args = split /\n/, $declaration;
1309 $declaration = "";
1317 $declaration .= "\t" x $level;
1319 $declaration .= "\t" . $clause . "\n";
1326 'definition' => $declaration,
1963 # To distinguish preprocessor directive from regular declaration later.
2207 # Continued declaration purpose