Lines Matching refs:Boolean

88 static	Boolean		build_failed_ever_seen;
89 static Boolean continue_after_error_ever_seen; /* `-k' */
90 static Boolean dmake_group_specified; /* `-g' */
91 static Boolean dmake_max_jobs_specified; /* `-j' */
92 static Boolean dmake_mode_specified; /* `-m' */
93 static Boolean dmake_add_mode_specified; /* `-x' */
94 static Boolean dmake_output_mode_specified; /* `-x DMAKE_OUTPUT_MODE=' */
95 static Boolean dmake_compat_mode_specified; /* `-x SUN_MAKE_COMPAT_MODE=' */
96 static Boolean dmake_odir_specified; /* `-o' */
97 static Boolean dmake_rcfile_specified; /* `-c' */
98 static Boolean env_wins; /* `-e' */
99 static Boolean ignore_default_mk; /* `-r' */
100 static Boolean list_all_targets; /* `-T' */
105 static Boolean pmake_cap_r_specified; /* `-R' */
106 static Boolean pmake_machinesfile_specified; /* `-M' */
107 static Boolean stop_after_error_ever_seen; /* `-S' */
108 static Boolean trace_status; /* `-p' */
111 static Boolean getname_stat = false;
135 static void make_targets(int, char **, Boolean);
138 static void read_environment(Boolean);
140 static Boolean read_makefile(Name, Boolean, Boolean, Boolean);
145 static void report_dir_enter_leave(Boolean entering);
147 extern void expand_value(Name, register String , Boolean);
185 Boolean parallel_flag = false; in main()
714 write_state_file(1, (Boolean) 1); in cleanup_after_exit()
1143 Boolean add_hyphen; in setup_makeflags_argv()
1760 register Boolean makefile_read = false; in read_files_and_state()
1767 Boolean save_do_not_exec_rule; in read_files_and_state()
1773 Boolean temp; in read_files_and_state()
1778 Boolean is_xpg4; in read_files_and_state()
2072 temp = (Boolean) macro->body.macro.read_only; in read_files_and_state()
2410 Boolean append = false; in enter_argv_values()
2635 read_environment(Boolean read_only) in read_environment()
2640 Boolean alloced_tmp_wcs_buffer = false; in read_environment()
2645 Boolean read_only_saved; in read_environment()
2740 static Boolean
2741 read_makefile(register Name makefile, Boolean complain, Boolean must_exist, Boolean report_file) in read_makefile()
2743 Boolean b; in read_makefile()
2775 make_targets(int argc, char **argv, Boolean parallel_flag) in make_targets()
2780 register Boolean target_to_make_found = false; in make_targets()
3165 report_dir_enter_leave(Boolean entering) in report_dir_enter_leave()