Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/make/bin/
H A Dimplicit.cc1239 int percent_length = target->hash.length - prefix_length - suffix_length; in match_found_with_pattern() local
1241 while (!match_found && (percent_length >= 0)) { in match_found_with_pattern()
1253 targ_string.append_to_str(percent, prefix_length, percent_length); in match_found_with_pattern()
1260 percent_length--; in match_found_with_pattern()