Searched refs:dupent (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c893 struct conf_entry *defconf, *dupent, *ent; local
988 dupent = init_entry(*given, ent);
989 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
1012 dupent = init_entry(*given, ent);
1014 dupent->flags &= ~CE_GLOB;
1015 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
1034 dupent = init_entry(*given, defconf);
1036 dupent->def_cfg = 1;
1037 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
1062 struct conf_entry *dupent, *en local
[all...]

Completed in 67 milliseconds