Searched refs:H_EOH (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/mail/ |
H A D | pckaffspot.c | 51 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckaffspot() 55 rc = H_EOH; in pckaffspot() 59 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckaffspot() 60 rc = H_EOH; in pckaffspot()
|
H A D | pckrcvspot.c | 52 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckrcvspot() 56 rc = H_EOH; in pckrcvspot() 60 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckrcvspot() 61 rc = H_EOH; in pckrcvspot()
|
H A D | copylet.c | 326 case H_EOH: in xxxcopylet()
|
H A D | mail.h | 143 #define H_EOH 7 /* "End-of-Header:" */ macro
|
H A D | gendeliv.c | 242 fprintf(outfile,"%s\n", header[H_EOH].tag);
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 196 return H_EOH; 261 if (!headeronly && bitset(H_EOH, hi->hi_flags)) 436 h->h_flags &= ~H_EOH;
|
H A D | collect.c | 651 if (bitset(H_EOH, chompheader(buf,
|
H A D | conf.c | 122 { "message", H_EOH, NULL }, 123 { "text", H_EOH, NULL },
|
H A D | sendmail.h | 800 #define H_EOH 0x00000001 /* field terminates header */ macro
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 140 #define H_EOH 7 /* "End-of-Header:" */ macro
|