Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/make/bin/
H A Dimplicit.cc63 static void construct_string_from_pattern(Percent pat_rule, String percent, String result);
872 construct_string_from_pattern(pat_depe, &percent, &string); in find_percent_rule()
1005 construct_string_from_pattern(pat_depe, &percent, &string); in find_percent_rule()
1254 construct_string_from_pattern(pat_rule, percent, &string); in match_found_with_pattern()
1314 construct_string_from_pattern(pat_depe, percent, &string); in create_target_group_and_dependencies_list()
1335 construct_string_from_pattern(group_member->percent_member, percent, &string); in create_target_group_and_dependencies_list()
1389 construct_string_from_pattern(Percent pat_rule, String percent, String result) { in construct_string_from_pattern() function