Searched refs:doname (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/make/bin/
H A DMakefile18 doname.o \
/illumos-gate/usr/src/cmd/make/bin/
H A DMakefile18 doname.o \
H A Dmain.cc442 // This is done because doname() calls touch_command() that runs serially.
653 (void) doname(failed_name, false, true);
661 (void) doname(done, false, true);
2757 * Call doname on the specified targets
2782 (void) doname(init, true, true);
H A Dimplicit.cc100 * if "doname" is called from "find_percent_rule" argument "implicit" is set to true
102 * in "doname" and make got infinite recursion for SVR4 tilde rules.
289 result = doname(source,
294 result = doname(source,
925 result = doname(depe_to_check, true, true);
H A Dread.cc77 * doname_it Call doname() to build the file first
78 * complain Print message if doname/open fails
165 if (doname(makefile_name, true, false) == build_dont_know) {
171 (doname(normalized_makefile_name, true, false) == build_dont_know)) {
227 (doname(makefile_name, true, false) == build_failed)) {
H A Ddoname.cc29 * doname.c
81 extern Doname doname(register Name target, register Boolean do_get, register Boolean implicit, register Boolean automatic);
112 * Will call doname() and then inspect the return value
119 * do_get Passed thru to doname()
120 * implicit Passed thru to doname()
134 switch (doname(target, do_get, implicit, automatic)) {
258 * doname(target, do_get, implicit)
269 * implicit doname is trying to find an implicit rule
283 doname(register Name target, register Boolean do_get, register Boolean implicit, register Boolean automatic) function
623 * The global variable second_pass (maybe it should be an argument to doname())
[all...]
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h320 extern Doname doname(register Name target, register Boolean do_get, register Boolean implicit, register Boolean automatic = false);

Completed in 59 milliseconds