Searched refs:hash_slot (Results 1 – 2 of 2) sorted by relevance
417 struct file_hash_entry *entry, **hash_slot; in _cpp_find_file() local428 hash_slot = (struct file_hash_entry **) in _cpp_find_file()434 entry = search_cache (*hash_slot, start_dir); in _cpp_find_file()482 entry = search_cache (*hash_slot, file->dir); in _cpp_find_file()506 entry->next = *hash_slot; in _cpp_find_file()509 *hash_slot = entry; in _cpp_find_file()518 entry->next = *hash_slot; in _cpp_find_file()521 *hash_slot = entry; in _cpp_find_file()528 entry->next = *hash_slot; in _cpp_find_file()531 *hash_slot = entry; in _cpp_find_file()[all …]
147 int hash_slot ; /* debugging/diagnostic */ member213 int hash_slot ; /* debugging/diagnostic */ member