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

Lines Matching refs:directory_contents

215 struct directory_contents
248 struct directory_contents const *key = (struct directory_contents const *) key_0;
271 struct directory_contents const *key = (struct directory_contents const *) key_0;
306 struct directory_contents const *x = (struct directory_contents const *) xv;
307 struct directory_contents const *y = (struct directory_contents const *) yv;
339 static struct hash_table directory_contents;
348 struct directory_contents *contents;
417 static int dir_contents_file_exists_p PARAMS ((struct directory_contents *dir, char *filename));
492 struct directory_contents *dc;
493 struct directory_contents **dc_slot;
494 struct directory_contents dc_key;
509 dc_slot = (struct directory_contents **) hash_find_slot (&directory_contents, &dc_key);
516 dc = (struct directory_contents *)
517 xmalloc (sizeof (struct directory_contents));
552 hash_insert_at (&directory_contents, dc, dc_slot);
584 dir_contents_file_exists_p (struct directory_contents *dir, char *filename)
870 dir->contents = (struct directory_contents *)
871 xmalloc (sizeof (struct directory_contents));
872 bzero ((char *) dir->contents, sizeof (struct directory_contents));
898 register struct directory_contents *dir;
1100 struct directory_contents *contents; /* The directory being read. */
1135 struct directory_contents *dc = ds->contents;
1224 hash_init (&directory_contents, DIRECTORY_BUCKETS,