Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dpckaffspot.c49 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckaffspot()
53 rc = H_EOH; in pckaffspot()
57 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckaffspot()
58 rc = H_EOH; in pckaffspot()
H A Dpckrcvspot.c50 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckrcvspot()
54 rc = H_EOH; in pckrcvspot()
58 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckrcvspot()
59 rc = H_EOH; in pckrcvspot()
H A Dcopylet.c323 case H_EOH: in xxxcopylet()
H A Dmail.h143 #define H_EOH 7 /* "End-of-Header:" */ macro
H A Dgendeliv.c240 fprintf(outfile,"%s\n", header[H_EOH].tag);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c196 return H_EOH;
261 if (!headeronly && bitset(H_EOH, hi->hi_flags))
436 h->h_flags &= ~H_EOH;
H A Dcollect.c651 if (bitset(H_EOH, chompheader(buf,
H A Dconf.c123 { "message", H_EOH, NULL },
124 { "text", H_EOH, NULL },
H A Dsendmail.h800 #define H_EOH 0x00000001 /* field terminates header */ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h141 #define H_EOH 7 /* "End-of-Header:" */ macro