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

/netbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c92 #define CE_NOSIGNAL 0x04 /* Don't send a signal when trimmed */ macro
365 log->flags = (nosignal ? CE_NOSIGNAL : 0);
380 log->flags |= CE_NOSIGNAL;
627 if ((log->flags & CE_NOSIGNAL) == 0) {
645 if ((log->flags & CE_NOSIGNAL) == 0) {

Completed in 186 milliseconds