Lines Matching refs:target_suffix
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
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()
734 (int) target_suffix->hash.length); in build_suffix_list()
744 target_suffix->hash.length), in build_suffix_list()
754 target_suffix->has_suffixes = true; in build_suffix_list()
761 suffix = append_prop(target_suffix, suffix_prop); in build_suffix_list()