Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h370 extern Doname find_double_suffix_rule(Name target, Property *command,
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc60 extern Doname find_double_suffix_rule(Name target, Property *command, Boolean rechecking);
593 find_double_suffix_rule(Name target, Property *command, Boolean rechecking) in find_double_suffix_rule() function
H A Ddoname.cc595 switch (find_double_suffix_rule(target, in doname()
3184 result = find_double_suffix_rule(target, NULL, false); in target_can_be_built()
3187 result = find_double_suffix_rule(target, NULL, false); in target_can_be_built()