Searched refs:find_double_suffix_rule (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 340 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking);
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | implicit.cc | 58 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking); 590 find_double_suffix_rule(register Name target, Property *command, Boolean rechecking) in find_double_suffix_rule() function
|
H A D | doname.cc | 585 switch (find_double_suffix_rule(target, in doname() 3169 result = find_double_suffix_rule(target, NULL, false); in target_can_be_built() 3172 result = find_double_suffix_rule(target, NULL, false); in target_can_be_built()
|