Home
last modified time | relevance | path

Searched refs:CE_SIGNALGROUP (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c108 #define CE_SIGNALGROUP 0x0080 /* Signal a process-group instead of a single */ macro
1320 working->flags |= CE_SIGNALGROUP; in parse_file()
1410 if (working->flags & CE_SIGNALGROUP) { in parse_file()
1413 working->flags &= ~CE_SIGNALGROUP; in parse_file()
2253 if (ent->flags & CE_SIGNALGROUP) { in set_swpid()