Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc138 if (target->has_target_prop) { in find_suffix_rule()
610 if (target->has_target_prop) { in find_double_suffix_rule()
818 if (target->has_target_prop) { in find_percent_rule()
H A Ddoname.cc340 if (target->has_target_prop) { in doname()
1343 if (target->has_target_prop) { in dynamic_dependencies()
2206 if (target->has_target_prop) { in build_command_strings()
3151 if (target->has_target_prop) { in target_can_be_built()
H A Dparallel.cc864 rp->target->has_target_prop ? true : false) != in process_next()
H A Dread2.cc731 name->has_target_prop = true; in enter_dependencies()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h486 Boolean has_target_prop:1; member