Searched refs:hash_find_slot (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dhash.c94 hash_find_slot (ht, key) function
135 void **slot = hash_find_slot (ht, key);
144 void **slot = hash_find_slot (ht, item);
168 return (void *) hash_find_slot (ht, item);
179 void **slot = hash_find_slot (ht, item);
301 void **slot = hash_find_slot (ht, *ovp);
H A Dhash.h64 void **hash_find_slot __P((struct hash_table *ht, void const *key));
H A Dfile.c164 file_slot = (struct file **) hash_find_slot (&files, &file_key);
243 file_slot = (struct file **) hash_find_slot (&files, &file_key);
H A Ddir.c453 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key);
516 dc_slot = (struct directory_contents **) hash_find_slot (&directory_contents, &dc_key);
693 dirfile_slot = (struct dirfile **) hash_find_slot (&dir->dirfiles, &dirfile_key);
H A Dvariable.c115 var_slot = (struct variable **) hash_find_slot (&set->table, &var_key);
523 = (struct variable **) hash_find_slot (&to_set->table, *from_var_slot);
748 new_slot = (struct variable **) hash_find_slot (&table, v);
H A Dread.c1610 struct dep **dep_slot = (struct dep **) hash_find_slot (&deps, dep);

Completed in 168 milliseconds