| /src/usr.sbin/sesd/srcs/ | 
| sesd.c | 58 	int c, fd, polltime, dev, nodaemon;  local in function:main 66 	nodaemon = 0;
 71 			nodaemon = 1;
 107 	if (nodaemon == 0) {
 
 | 
| /src/usr.sbin/wsmoused/ | 
| config_lex.l | 60 MODE_PROPS	button_[0-9]+_down|button_[0-9]+_up|device|fifo|lefthanded|modes|nodaemon|pidfile|slowdown_x|slowdown_y|ttystat|xconsole|xconsole_delay 
 | 
| wsmoused.c | 530 	int needconf, nodaemon, opt;  local in function:main 539 	nodaemon = -1;
 558 			nodaemon = 1;
 569 	if (nodaemon == -1)
 570 		nodaemon = block_get_propval_int(conf, "nodaemon", 0);
 598 	if (!nodaemon) {
 
 | 
| /src/usr.sbin/apm/ | 
| apm.c | 155 	int ch, doac, dobstate, domin, dopct, dostatus, fd, nodaemon,  local in function:main 158 	doac = dobstate = domin = dopct = dostatus = nodaemon =
 209 			nodaemon = TRUE;
 219 	if (nodaemon)
 247 		if (nodaemon && fd == -1) {
 
 | 
| /src/usr.sbin/lpr/common_source/ | 
| lp.h | 127 void     nodaemon(void); 
 | 
| displayq.c | 149 			nodaemon(); 168 				nodaemon();
 278 nodaemon(void)  function in typeref:typename:void
 
 | 
| /src/usr.sbin/moused/ | 
| moused.c | 138 static int	nodaemon = FALSE;  variable in typeref:typename:int 478 	if (dbg && nodaemon)
 581 	    nodaemon = TRUE;
 599 	    nodaemon = TRUE;
 863     if (!nodaemon && !background) {
 
 |