Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfile.c300 if (to_file->double_colon && from_file->is_target && !from_file->double_colon) in rehash_file()
305 if (to_file->is_target) in rehash_file()
323 MERGE (is_target); in rehash_file()
675 f2->is_target = 1; in snap_deps()
712 if (f != 0 && f->is_target) in snap_deps()
716 if (f != 0 && f->is_target) in snap_deps()
727 if (f != 0 && f->is_target) in snap_deps()
738 if (f != 0 && f->is_target) in snap_deps()
880 if (!f->is_target) in print_file()
1018 if (!HASH_VACANT (*fp) && (*fp)->is_target) in build_target_list()
Dimplicit.c699 if (((f = lookup_file (name)) != 0 && f->is_target) in pattern_search()
851 f->is_target = 1; in pattern_search()
933 file->is_target = 1; in pattern_search()
972 new->file->is_target = 1; in pattern_search()
Dfiledef.h83 unsigned int is_target:1; /* Nonzero if file is described as target. */ member
Dvpath.c389 not_target = f == 0 || !f->is_target; in selective_vpath_search()
481 exists = not_target || f->is_target; in selective_vpath_search()
Dremake.c459 if (file->cmds == 0 && !file->is_target in update_file_1()
710 else if (!noexist && file->is_target && !deps_changed && file->cmds == 0 in update_file_1()
867 else if (file->is_target && file->cmds == 0) in notice_finished_file()
967 if (file->cmds == 0 && !file->is_target in check_dep()
1104 else if (file->is_target) in remake_file()
Dread.c1985 else if (cmds != 0 && f->cmds != 0 && f->is_target) in record_files()
1995 f->is_target = 1; in record_files()
2072 if (f != 0 && f->is_target && !f->double_colon) in record_files()
2084 f->is_target = 1; in record_files()
Djob.c734 delete_on_error = f != 0 && f->is_target; in reap_children()