Searched refs:no_daemon (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 930 (void) setvar_daemon(host_arch, value, false, no_daemon, true, 0); in init_arch_macros() 933 (void) setvar_daemon(target_arch, value, false, no_daemon, true, 0); in init_arch_macros() 985 (void) setvar_daemon(host_mach, value, false, no_daemon, true, 0); in init_mach_macros() 988 (void) setvar_daemon(target_mach, value, false, no_daemon, true, 0); in init_mach_macros() 1014 case no_daemon: in expand_value_with_daemon() 1095 if (daemon == no_daemon) { in setvar_daemon() 1165 case no_daemon: in setvar_daemon() 1326 no_daemon, in setvar_daemon()
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | nse_printdep.cc | 315 case no_daemon: in print_value()
|
H A D | misc.cc | 432 no_daemon); in dump_make_state()
|
H A D | main.cc | 2707 false, no_daemon, false, debug_level); in read_environment() 2711 false, no_daemon, false, debug_level); in read_environment()
|
/titanic_41/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 70 setvar_daemon(name, value, append, no_daemon, \
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 376 no_daemon = 0, enumerator
|