Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:files

241     struct hash_table dirfiles;	/* Files in this directory.  */
380 /* Hash table of files in each directory. */
528 * on a directory when files are added/deleted from
556 setting the `files' member to a nil pointer. */
703 * If re-reading a directory, don't cache files that have
949 /* There are no files entered for this directory. */
987 register unsigned int files;
994 files = impossible = 0;
1062 fputs (_(" files, "), stdout);
1072 files += f;
1079 if (files == 0)
1082 printf ("%u", files);
1083 fputs (_(" files, "), stdout);