Searched refs:MainEnvelope (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | main.c | 101 static ENVELOPE MainEnvelope; /* the envelope around the basic letter */ variable 527 STRUCTCOPY(NullAddress, MainEnvelope.e_from); 2075 CurEnv = newenvelope(&MainEnvelope, &BlankEnvelope, 2077 MainEnvelope.e_flags = BlankEnvelope.e_flags; 2095 macdefine(&(MainEnvelope.e_macro), A_PERM, 2110 testmodeline("/quit", &MainEnvelope); 2118 testmodeline(buf, &MainEnvelope); 2346 disconnect(2, &MainEnvelope); 2378 macdefine(&MainEnvelope.e_macro, A_TEMP, 2430 log_sendmail_pid(&MainEnvelope); [all …]
|