Lines Matching defs:daemon
1013 switch (macro->body.macro.daemon) {
1028 /* If this is a $? value we call the daemon to translate the */
1052 * setvar_daemon(name, value, append, daemon, strip_trailing_spaces)
1054 * Set a macro value, possibly supplying a daemon to be used
1064 * daemon Special treatment when reading the value
1077 setvar_daemon(register Name name, register Name value, Boolean append, Daemon daemon, Boolean strip_trailing_spaces, short debug_level)
1095 if (daemon == no_daemon) {
1155 switch (daemon) {
1202 macro->body.macro.daemon = daemon;