Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc65 static void construct_string_from_pattern(Percent pat_rule, String percent, String result);
875 construct_string_from_pattern(pat_depe, &percent, &string); in find_percent_rule()
1008 construct_string_from_pattern(pat_depe, &percent, &string); in find_percent_rule()
1257 construct_string_from_pattern(pat_rule, percent, &string); in match_found_with_pattern()
1317 construct_string_from_pattern(pat_depe, percent, &string); in create_target_group_and_dependencies_list()
1338 construct_string_from_pattern(group_member->percent_member, percent, &string); in create_target_group_and_dependencies_list()
1392 construct_string_from_pattern(Percent pat_rule, String percent, String result) { in construct_string_from_pattern() function