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

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c86 hash_find_slot (struct hash_table *ht, const void *key) function
123 void **slot = hash_find_slot (ht, key);
130 void **slot = hash_find_slot (ht, item);
151 return (void *) hash_find_slot (ht, item);
160 void **slot = hash_find_slot (ht, item);
270 void **slot = hash_find_slot (ht, *ovp);
H A Dstrcache.c121 char **slot = (char **) hash_find_slot (&strings, str);
H A Dhash.h64 void **hash_find_slot __P((struct hash_table *ht, void const *key));
H A Dvariable.c178 var_slot = (struct variable **) hash_find_slot (&set->table, &var_key);
658 = (struct variable **) hash_find_slot (&to_set->table, *from_var_slot);
945 new_slot = (struct variable **) hash_find_slot (&table, v);
H A Ddir.c446 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key);
509 dc_slot = (struct directory_contents **) hash_find_slot (&directory_contents, &dc_key);
700 dirfile_slot = (struct dirfile **) hash_find_slot (&dir->dirfiles, &dirfile_key);
H A Dfile.c168 file_slot = (struct file **) hash_find_slot (&files, &file_key);
246 file_slot = (struct file **) hash_find_slot (&files, &file_key);

Completed in 199 milliseconds