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

Lines Matching full:dirfiles

241     struct hash_table dirfiles;	/* Files in this directory.  */
557 dc->dirfiles.ht_vec = 0;
560 hash_init (&dc->dirfiles, DIRFILE_BUCKETS,
594 if (dir == 0 || dir->dirfiles.ht_vec == 0)
628 df = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key);
700 dirfile_slot = (struct dirfile **) hash_find_slot (&dir->dirfiles, &dirfile_key);
713 hash_insert_at (&dir->dirfiles, df, dirfile_slot);
875 if (dir->contents->dirfiles.ht_vec == 0)
877 hash_init (&dir->contents->dirfiles, DIRFILE_BUCKETS,
887 hash_insert (&dir->contents->dirfiles, new);
948 if (dir == 0 || dir->dirfiles.ht_vec == 0)
964 dirfile = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key);
1005 else if (dir->contents->dirfiles.ht_vec == 0)
1030 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec;
1031 files_end = files_slot + dir->contents->dirfiles.ht_size;
1114 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0)
1116 DIR->contents->dirfiles is nil if it could not be opened. */
1126 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec;
1136 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec + dc->dirfiles.ht_size;