Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfile.c224 struct file *to_file; in rehash_file() local
246 to_file = *file_slot; in rehash_file()
252 if (HASH_VACANT (to_file)) in rehash_file()
261 if (to_file->cmds == 0) in rehash_file()
262 to_file->cmds = from_file->cmds; in rehash_file()
263 else if (from_file->cmds != to_file->cmds) in rehash_file()
268 if (to_file->cmds->fileinfo.filenm != 0) in rehash_file()
271 from_file->name, to_file->cmds->fileinfo.filenm, in rehash_file()
272 to_file->cmds->fileinfo.lineno); in rehash_file()
288 if (to_file->deps == 0) in rehash_file()
[all …]