Searched refs:target_body (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | implicit.cc | 58 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *comman… 111 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rech… in find_suffix_rule() argument 124 int src_len = MAXPATHLEN + strlen(target_body->string_mb); in find_suffix_rule() 147 target_body->string_mb, in find_suffix_rule() 161 read_directory_of_file(target_body); in find_suffix_rule() 171 target_body->string_mb, in find_suffix_rule() 172 (int) target_body->hash.length); in find_suffix_rule() 173 put_suffix = sourcename + target_body->hash.length; in find_suffix_rule() 433 line->body.line.star = target_body; in find_suffix_rule() 463 (*command)->body.line.star = target_body; in find_suffix_rule() [all …]
|
H A D | doname.cc | 1240 Name target_body; in check_dependencies() local 1266 target_body = GETNAME( in check_dependencies() 1270 line->body.line.star = target_body; in check_dependencies()
|
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 376 extern Doname find_suffix_rule(Name target, Name target_body,
|