Searched defs:target_suffix (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc56 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
59 extern void build_suffix_list(register Name target_suffix);
69 * find_suffix_rule(target, target_body, target_suffix, command, rechecking)
85 * target_suffix The suffix of the target
109 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking) argument
146 target_suffix->string_mb);
161 if (!target_suffix->has_read_suffixes) {
162 build_suffix_list(target_suffix);
173 if (target_suffix->has_suffixes) {
175 for (source_suffix = get_prop(target_suffix
697 build_suffix_list(register Name target_suffix) argument
[all...]

Completed in 91 milliseconds