Home | History | Annotate | Download | only in dist

Lines Matching defs:dirfile

382 struct dirfile
392 return_ISTRING_HASH_1 (((struct dirfile const *) key)->name);
398 return_ISTRING_HASH_2 (((struct dirfile const *) key)->name);
404 struct dirfile const *x = ((struct dirfile const *) xv);
405 struct dirfile const *y = ((struct dirfile const *) yv);
587 struct dirfile *df;
619 struct dirfile dirfile_key;
628 df = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key);
679 struct dirfile dirfile_key;
680 struct dirfile **dirfile_slot;
700 dirfile_slot = (struct dirfile **) hash_find_slot (&dir->dirfiles, &dirfile_key);
709 df = (struct dirfile *) xmalloc (sizeof (struct dirfile));
815 register struct dirfile *new;
883 new = (struct dirfile *) xmalloc (sizeof (struct dirfile));
899 register struct dirfile *dirfile;
900 struct dirfile dirfile_key;
964 dirfile = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key);
965 if (dirfile)
966 return dirfile->impossible;
1027 register struct dirfile **files_slot;
1028 register struct dirfile **files_end;
1030 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec;
1034 register struct dirfile *df = *files_slot;
1101 struct dirfile **dirfile_slot; /* Current slot in table. */
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;
1142 register struct dirfile *df = *ds->dirfile_slot++;