Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c193 e->e_flags &= ~EF_OLDSTYLE;
195 if (!bitset(EF_OLDSTYLE, e->e_flags) || ctladdr != NULL)
359 e->e_flags &= ~EF_OLDSTYLE;
361 if (!bitset(EF_OLDSTYLE, e->e_flags))
H A Dsavemail.c561 if (!bitset(EF_OLDSTYLE, e->e_flags))
562 ee->e_flags &= ~EF_OLDSTYLE;
H A Dheaders.c448 e->e_flags &= ~EF_OLDSTYLE;
1877 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags);
H A Denvelope.c1244 { "OLDSTYLE", EF_OLDSTYLE },
H A Dreadcf.c2825 CurEnv->e_flags |= EF_OLDSTYLE;
2827 CurEnv->e_flags &= ~EF_OLDSTYLE;
H A Dsendmail.h941 #define EF_OLDSTYLE 0x00000001L /* use spaces (not commas) in hdrs */ macro
H A Dqueue.c841 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags);