Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Drecipient.c200 e->e_flags &= ~EF_OLDSTYLE;
202 if (!bitset(EF_OLDSTYLE, e->e_flags) || ctladdr != NULL)
367 e->e_flags &= ~EF_OLDSTYLE;
369 if (!bitset(EF_OLDSTYLE, e->e_flags))
H A Dsavemail.c562 if (!bitset(EF_OLDSTYLE, e->e_flags))
563 ee->e_flags &= ~EF_OLDSTYLE;
H A Dheaders.c489 e->e_flags &= ~EF_OLDSTYLE;
1969 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags);
H A Denvelope.c1256 { "OLDSTYLE", EF_OLDSTYLE },
H A Dreadcf.c3693 CurEnv->e_flags |= EF_OLDSTYLE;
3695 CurEnv->e_flags &= ~EF_OLDSTYLE;
H A Dsendmail.h1183 #define EF_OLDSTYLE 0x00000001L /* use spaces (not commas) in hdrs */ macro
H A Dqueue.c867 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags);