Home
last modified time | relevance | path

Searched refs:H_EOH (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dheaders.c197 return H_EOH;
262 if (!headeronly && bitset(H_EOH, hi->hi_flags))
477 h->h_flags &= ~H_EOH;
H A Dcollect.c780 if (bitset(H_EOH, chompheader(buf,
H A Dconf.c128 { "message", H_EOH, NULL },
129 { "text", H_EOH, NULL },
H A Dsendmail.h1026 #define H_EOH 0x00000001 /* field terminates header */ macro