Home
last modified time | relevance | path

Searched refs:makefile_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc165 save_makefile_type = makefile_type; in read_simple_file()
166 makefile_type = reading_nothing; in read_simple_file()
201 makefile_type = save_makefile_type; in read_simple_file()
226 save_makefile_type = makefile_type; in read_simple_file()
227 makefile_type = reading_nothing; in read_simple_file()
237 makefile_type = save_makefile_type; in read_simple_file()
240 makefile_type = save_makefile_type; in read_simple_file()
318 if (makefile_type == reading_cpp_file) { in read_simple_file()
425 makefile_type = reading_nothing; in read_simple_file()
872 save_makefile_type = makefile_type; in parse_makefile()
[all …]
H A Dread2.cc130 if (makefile_type == reading_cpp_file) { in enter_name()
643 (makefile_type == reading_cpp_file); in enter_dependencies()
652 (Boolean) (makefile_type == reading_cpp_file); in enter_dependencies()
660 if ((makefile_type == reading_makefile) && in enter_dependencies()
672 if (makefile_type == reading_makefile) { in enter_dependencies()
743 switch (makefile_type) { in enter_dependencies()
814 makefile_type); in enter_dependencies()
830 register_as_auto = BOOLEAN(makefile_type != reading_makefile); in enter_dependencies()
906 if ((makefile_type == reading_makefile) && in enter_dependency()
H A Ddosys.cc148 makefile_type = reading_statefile; in dosys()
H A Dmain.cc2418 Makefile_type makefile_type_temp = makefile_type; in read_files_and_state()
2419 makefile_type = reading_statefile; in read_files_and_state()
2431 makefile_type = makefile_type_temp; in read_files_and_state()
2456 makefile_type = reading_nothing; in enter_argv_values()
2798 makefile_type = reading_makefile; in read_makefile()
H A Ddoname.cc2003 save_makefile_type = makefile_type; in read_dependency_file()
2004 makefile_type = reading_cpp_file; in read_dependency_file()
2017 makefile_type = save_makefile_type; in read_dependency_file()
2047 save_makefile_type = makefile_type; in check_read_state_file()
2048 makefile_type = rereading_statefile; in check_read_state_file()
2067 makefile_type = save_makefile_type; in check_read_state_file()
H A Dparallel.cc1852 makefile_type = reading_statefile; in maybe_reread_make_state()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc96 Makefile_type makefile_type = reading_nothing; variable
H A Dmacro.cc634 if (makefile_type == reading_makefile) { in expand_macro()
1090 if ((makefile_type != reading_nothing) && in setvar_daemon()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h877 extern Makefile_type makefile_type;