Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/make/bin/
H A DMakefile19 doname.o \
/illumos-gate/usr/src/cmd/make/bin/
H A DMakefile19 doname.o \
H A Dimplicit.cc291 result = doname(source, in find_suffix_rule()
296 result = doname(source, in find_suffix_rule()
928 result = doname(depe_to_check, true, true); in find_percent_rule()
H A Dread.cc167 if (doname(makefile_name, true, false) == build_dont_know) { in read_simple_file()
173 (doname(normalized_makefile_name, true, false) == build_dont_know)) { in read_simple_file()
229 (doname(makefile_name, true, false) == build_failed)) { in read_simple_file()
H A Dmain.cc679 (void) doname(failed_name, false, true); in cleanup_after_exit()
687 (void) doname(done, false, true); in cleanup_after_exit()
2835 (void) doname(init, true, true); in make_targets()
H A Ddoname.cc82 extern Doname doname(Name target, Boolean do_get, Boolean implicit, Boolean automatic);
137 switch (doname(target, do_get, implicit, automatic)) { in doname_check()
291 doname(Name target, Boolean do_get, Boolean implicit, Boolean automatic) in doname() function
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h336 extern Doname doname(Name target, Boolean do_get, Boolean implicit,