Searched refs:find_double_suffix_rule (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 370 extern Doname find_double_suffix_rule(Name target, Property *command,
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | implicit.cc | 60 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 D | doname.cc | 595 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()
|