Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dpushlist.c49 if (hdrtype == H_RECEIVED) { in pushlist()
52 (strlen(header[H_RECEIVED].tag) + 2)) ); in pushlist()
85 if (hdrtype == H_RECEIVED) { in pushlist()
88 (strlen(header[H_RECEIVED].tag) + 2)) ); in pushlist()
H A Ddumprcv.c52 if (htype == H_RECEIVED) {
66 for (hptr = hdrlines[H_RECEIVED].head;
69 printhdr(type, H_RECEIVED, hptr, f);
H A Dgendeliv.c56 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
57 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
58 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL;
59 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL;
251 clrhdr(H_RECEIVED);
260 hdrlines[H_RECEIVED].head = hdrlines[H_DRECEIVED].head;
261 hdrlines[H_RECEIVED].tail = hdrlines[H_DRECEIVED].tail;
H A Dpoplist.c70 if (hdrtype == H_RECEIVED) {
72 (strlen(header[H_RECEIVED].tag) + strlen(hdr2rm->value) + 2);
82 if (hdrtype == H_RECEIVED) {
H A Dgoback.c139 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
140 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
141 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL;
142 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL;
H A Dpckrcvspot.c43 if (hdrlines[H_RECEIVED].head == (struct hdrs *)NULL) { in pckrcvspot()
46 rc = H_RECEIVED; in pckrcvspot()
H A Dsavehdrs.c70 pushlist(H_RECEIVED, HEAD, tbuf, FALSE);
79 case H_RECEIVED:
H A Dcopylet.c212 if ((hptr = hdrlines[H_RECEIVED].head) != in xxxcopylet()
326 case H_RECEIVED: in xxxcopylet()
H A Dmail.h152 #define H_RECEIVED 16 /* "Received:" */ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h149 #define H_RECEIVED 15 /* "Received:" */ macro