Searched refs:hash_find_item (Results 1 – 6 of 6) sorted by relevance
65 void *hash_find_item __P((struct hash_table *ht, void const *key));
121 hash_find_item (struct hash_table *ht, const void *key) in hash_find_item() function
624 df = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key); in dir_contents_file_exists_p()957 dirfile = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key); in file_impossible_p()
354 v = (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key); in lookup_variable()432 return (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key); in lookup_variable_in_set()
271 return hash_find_item (&function_table, &function_table_entry_key); in lookup_function()1012 wp = (struct a_word *) hash_find_item (&a_word_table, &a_word_key); in func_filter_filterout()
126 f = (struct file *) hash_find_item (&files, &file_key); in lookup_file()