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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c3342 bool aborting; local
3663 aborting = Errors > 0;
3664 if (!(aborting || bitset(EF_DISCARD, e->e_flags)) &&
3667 aborting = bitset(EF_FATALERRS, e->e_flags);
3669 if (aborting)
3850 if (aborting || bitset(EF_DISCARD, e->e_flags))

Completed in 47 milliseconds