HomeSort by relevance Sort by last modified time
    Searched refs:is_target (Results 1 - 7 of 7) sorted by null

  /ndk/sources/host-tools/make-3.81/
file.c 301 if (to_file->double_colon && from_file->is_target && !from_file->double_colon)
306 if (to_file->is_target)
324 MERGE (is_target);
678 f2->is_target = 1;
715 if (f != 0 && f->is_target)
719 if (f != 0 && f->is_target)
730 if (f != 0 && f->is_target)
741 if (f != 0 && f->is_target)
887 if (!f->is_target)
1025 if (!HASH_VACANT (*fp) && (*fp)->is_target)
    [all...]
filedef.h 83 unsigned int is_target:1; /* Nonzero if file is described as target. */ member in struct:file
implicit.c 701 if (((f = lookup_file (name)) != 0 && f->is_target)
853 f->is_target = 1;
935 file->is_target = 1;
971 /* Set the is_target flag so that this file is not treated
974 new->file->is_target = 1;
vpath.c 393 not_target = f == 0 || !f->is_target;
485 exists = not_target || f->is_target;
remake.c 462 if (file->cmds == 0 && !file->is_target
713 else if (!noexist && file->is_target && !deps_changed && file->cmds == 0
871 else if (file->is_target && file->cmds == 0)
972 if (file->cmds == 0 && !file->is_target
    [all...]
job.c 738 delete_on_error = f != 0 && f->is_target;
    [all...]
  /external/iptables/iptables/
xtables.c 534 const char *name, bool is_target)
565 if (is_target)
    [all...]

Completed in 261 milliseconds