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

/illumos-gate/usr/src/cmd/make/bin/
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...]

Completed in 64 milliseconds