Home
last modified time | relevance | path

Searched refs:file_slot (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfile.c139 register struct file **file_slot; in enter_file() local
168 file_slot = (struct file **) hash_find_slot (&files, &file_key); in enter_file()
169 f = *file_slot; in enter_file()
187 hash_insert_at (&files, new, file_slot); in enter_file()
223 struct file **file_slot; in rehash_file() local
245 file_slot = (struct file **) hash_find_slot (&files, &file_key); in rehash_file()
246 to_file = *file_slot; in rehash_file()
253 hash_insert_at (&files, from_file, file_slot); in rehash_file()
341 register struct file **file_slot; in remove_intermediates() local
352 file_slot = (struct file **) files.ht_vec; in remove_intermediates()
[all …]