Lines Matching refs:names
111 # A common regexp for C symbol names
119 # We collect files names on the fly, on known tag basis
292 err($id, "POD markup among the names in NAME")
303 my %names;
309 $names{$n} = 1;
409 unless defined $names{$sym};
410 $names{$sym} = 2;
417 foreach my $n ( keys %names ) {
418 next if $names{$n} == 2;
598 # easier than the man1 checks, we only check the names followed by (),
599 # and only the names that have POD markup.
619 # name repositories like the NAME sections, such as symbol names
829 # Map of names in each POD file or from "missing" files; possible values are:
834 # State of man-page names.
872 # Load file of symbol names that we know aren't documented.
890 # Collect all known names, no matter where they come from
891 my %names = map { $_ => 1 } (keys %name_map, keys %state, keys %missing);
894 foreach ( grep { $_ =~ /\(3\)$/ } sort keys %names ) {
962 err("# $count lib$type names are not documented")
966 # Collect all the names in a manpage.
976 unless ( grep { $simplename eq $_ } @{$podinfo{names}} ) {
978 push @{$podinfo{names}}, $simplename;
980 foreach my $name ( @{$podinfo{names}} ) {