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

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c121 hash_find_item (struct hash_table *ht, const void *key) function
H A Dhash.h65 void *hash_find_item __P((struct hash_table *ht, void const *key));
H A Dvariable.c358 v = (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key);
437 return (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key);
H A Ddir.c628 df = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key);
964 dirfile = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key);
H A Dfunction.c274 return hash_find_item (&function_table, &function_table_entry_key);
1019 wp = (struct a_word *) hash_find_item (&a_word_table, &a_word_key);
H A Dfile.c126 f = (struct file *) hash_find_item (&files, &file_key);

Completed in 199 milliseconds