Searched defs:find_suffix_rule (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc56 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
69 * find_suffix_rule(target, target_body, target_suffix, command, rechecking)
101 * and find_suffix_rule was not called. I've commented the checking of "implicit"
109 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking) function
475 * If it finds a matching suffix it calls find_suffix_rule() to find
545 switch (find_suffix_rule(target,
572 * If it finds a matching suffix it calls find_suffix_rule() to find
651 switch (find_suffix_rule(target,

Completed in 56 milliseconds