Lines Matching refs:file
5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
115 # We collect them in a hash table with each file being a key, so we can attach
147 # 'header' - inclusive selector, adds any header file to the
199 # contains hash tables showing which POD file each of those man
631 'file name' => 'filename',
632 'file system' => 'filesystem',
681 next if $k eq 'file system'
827 # Map of links in each POD file; filename => [ "foo(1)", "bar(3)", ... ]
829 # Map of names in each POD file or from "missing" files; possible values are:
831 # If found in a "missing" file or external, "name(s)" => ''
854 my $file = shift;
858 open my $IN, '<', catfile($config{sourcedir}, $file)
859 or die "Can't open $file, $!, stopped";
865 die "Malformed line $. in $file: $_"
872 # Load file of symbol names that we know aren't documented.
915 # Check for undocumented macros; ignore those in the "missing" file
1072 # Get the list of options in the command source file.