Home
last modified time | relevance | path

Searched refs:EF_NL_NOT_EOL (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Dcollect.c428 !bitset(EF_NL_NOT_EOL, e->e_flags))
491 else if (c == '\n' && !bitset(EF_NL_NOT_EOL,
677 (!bitset(EF_NL_NOT_EOL, e->e_flags) &&
H A Denvelope.c1260 { "NL_NOT_EOL", EF_NL_NOT_EOL },
H A Dsendmail.h959 #define EF_NL_NOT_EOL 0x00040000L /* don't accept raw NL as EOLine */ macro