Searched refs:target_suffix (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/make/bin/ |
H A D | implicit.cc | 56 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *comman… 59 extern void build_suffix_list(register Name target_suffix); 109 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rech… in find_suffix_rule() argument 146 target_suffix->string_mb); in find_suffix_rule() 161 if (!target_suffix->has_read_suffixes) { in find_suffix_rule() 162 build_suffix_list(target_suffix); in find_suffix_rule() 173 if (target_suffix->has_suffixes) { in find_suffix_rule() 175 for (source_suffix = get_prop(target_suffix->prop, in find_suffix_rule() 407 target_suffix->string_mb, in find_suffix_rule() 697 build_suffix_list(register Name target_suffix) in build_suffix_list() argument [all …]
|
/titanic_50/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 313 extern void build_suffix_list(Name target_suffix); 343 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *comman…
|