Lines Matching full:declaration
135 # of the declaration; the struct/union/enum/typedef must always precede
381 #declaration types: can be
776 my $declaration = $args{'definition'};
777 $declaration =~ s/\t/ /g;
778 $declaration =~ s/\n/"\n.br\n.BI \"/g;
781 print ".BI \"$declaration\n};\n.br\n\n";
1120 my $declaration = $args{'definition'};
1121 $declaration =~ s/\t/ /g;
1122 print " " . $args{'type'} . " " . $args{'struct'} . " {\n$declaration };\n\n";
1196 # takes a declaration (struct, union, enum, typedef) and
1259 my $declaration = $members;
1331 # Adjust declaration for better display
1332 $declaration =~ s/([\{;])/$1\n/g;
1333 $declaration =~ s/\}\s+;/};/g;
1335 do {} while ($declaration =~ s/(enum\s+\{[^\}]+),([^\n])/$1,\n$2/);
1337 my @def_args = split /\n/, $declaration;
1339 $declaration = "";
1347 $declaration .= "\t" x $level;
1349 $declaration .= "\t" . $clause . "\n";
1356 'definition' => $declaration,
2015 # To distinguish preprocessor directive from regular declaration later.
2112 # test for pointer declaration type, foo * bar() - desc
2280 # Continued declaration purpose