Searched refs:target_suffix (Results 1 – 2 of 2) 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… 61 extern void build_suffix_list(Name target_suffix); 111 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rech… in find_suffix_rule() argument 148 target_suffix->string_mb); in find_suffix_rule() 163 if (!target_suffix->has_read_suffixes) { in find_suffix_rule() 164 build_suffix_list(target_suffix); in find_suffix_rule() 175 if (target_suffix->has_suffixes) { in find_suffix_rule() 177 for (source_suffix = get_prop(target_suffix->prop, in find_suffix_rule() 410 target_suffix->string_mb, in find_suffix_rule() 700 build_suffix_list(Name target_suffix) in build_suffix_list() argument [all …]
|
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 328 extern void build_suffix_list(Name target_suffix); 377 Name target_suffix, Property *command, Boolean rechecking);
|