Lines Matching defs:source_suffix
115 register Property source_suffix;
175 for (source_suffix = get_prop(target_suffix->prop,
177 source_suffix != NULL;
178 source_suffix = get_prop(source_suffix->next,
182 source_suffix->body.
184 (int) source_suffix->body.
186 put_suffix[source_suffix->body.
290 (Boolean) source_suffix->body.
406 source_suffix->body.suffix.suffix->string_mb,
422 source_suffix->body.suffix.command_template;
699 register Dependency source_suffix;
719 for (source_suffix = suffixes;
720 source_suffix != NULL;
721 source_suffix = source_suffix->next) {
727 source_suffix->name->string_mb,
728 (int) source_suffix->name->hash.length);
729 (void) mbstowcs(rule_name + source_suffix->name->hash.length,
739 (int) (source_suffix->name->
759 suffix->body.suffix.suffix = source_suffix->name;