Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mail/
H A Dpushlist.c53 if (hdrtype == H_RECEIVED) {
56 (strlen(header[H_RECEIVED].tag) + 2)) );
89 if (hdrtype == H_RECEIVED) {
92 (strlen(header[H_RECEIVED].tag) + 2)) );
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.c58 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
59 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
60 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL;
61 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL;
253 clrhdr(H_RECEIVED);
262 hdrlines[H_RECEIVED].head = hdrlines[H_DRECEIVED].head;
263 hdrlines[H_RECEIVED].tail = hdrlines[H_DRECEIVED].tail;
H A Dpoplist.c72 if (hdrtype == H_RECEIVED) {
74 (strlen(header[H_RECEIVED].tag) + strlen(hdr2rm->value) + 2);
84 if (hdrtype == H_RECEIVED) {
H A Dgoback.c142 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
143 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
144 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL;
145 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL;
H A Dpckrcvspot.c45 if (hdrlines[H_RECEIVED].head == (struct hdrs *)NULL) { in pckrcvspot()
48 rc = H_RECEIVED; in pckrcvspot()
H A Dsavehdrs.c72 pushlist(H_RECEIVED, HEAD, tbuf, FALSE);
81 case H_RECEIVED:
H A Dcopylet.c214 if ((hptr = hdrlines[H_RECEIVED].head) != in xxxcopylet()
329 case H_RECEIVED: in xxxcopylet()
H A Dmail.h152 #define H_RECEIVED 16 /* "Received:" */ macro
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h148 #define H_RECEIVED 15 /* "Received:" */ macro