Home
last modified time | relevance | path

Searched refs:target_suffix (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc148 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()
410 target_suffix->string_mb, in find_suffix_rule()
700 build_suffix_list(Name target_suffix) in build_suffix_list() argument
717 target_suffix->string_mb); in build_suffix_list()
720 target_suffix->has_read_suffixes = true; in build_suffix_list()
733 target_suffix->string_mb, in build_suffix_list()
744 target_suffix->hash.length), in build_suffix_list()
[all …]
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h328 extern void build_suffix_list(Name target_suffix);
377 Name target_suffix, Property *command, Boolean rechecking);