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.h340 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking);
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc58 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking);
568 * find_double_suffix_rule(target, command, rechecking)
590 find_double_suffix_rule(register Name target, Property *command, Boolean rechecking) function
H A Ddoname.cc587 switch (find_double_suffix_rule(target,
3175 result = find_double_suffix_rule(target, NULL, false);
3178 result = find_double_suffix_rule(target, NULL, false);

Completed in 64 milliseconds