Home
last modified time | relevance | path

Searched refs:H_AFWDFROM (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/mail/
H A Dpushlist.c45 if (hdrtype == H_AFWDFROM) {
48 (strlen(header[H_AFWDFROM].tag) + 2)) );
84 if (hdrtype == H_AFWDFROM) {
87 (strlen(header[H_AFWDFROM].tag) + 2)) );
H A Ddumpaff.c57 case H_AFWDFROM:
73 for (hptr = hdrlines[H_AFWDFROM].head;
76 printhdr(type, H_AFWDFROM, hptr, f);
H A Dgendeliv.c54 hdrlines[H_DAFWDFROM].head = hdrlines[H_AFWDFROM].head;
55 hdrlines[H_DAFWDFROM].tail = hdrlines[H_AFWDFROM].tail;
56 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL;
57 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL;
252 clrhdr(H_AFWDFROM);
258 hdrlines[H_AFWDFROM].head = hdrlines[H_DAFWDFROM].head;
259 hdrlines[H_AFWDFROM].tail = hdrlines[H_DAFWDFROM].tail;
H A Dpoplist.c67 if (hdrtype == H_AFWDFROM) {
69 (strlen(header[H_AFWDFROM].tag) + strlen(hdr2rm->value) + 2);
80 if (hdrtype == H_AFWDFROM) {
H A Dgoback.c138 hdrlines[H_DAFWDFROM].head = hdrlines[H_AFWDFROM].head;
139 hdrlines[H_DAFWDFROM].tail = hdrlines[H_AFWDFROM].tail;
140 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL;
141 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL;
H A Dpckaffspot.c46 if (hdrlines[H_AFWDFROM].head == (struct hdrs *)NULL) { in pckaffspot()
49 rc = H_AFWDFROM; in pckaffspot()
H A Dpckrcvspot.c50 rc = H_AFWDFROM; in pckrcvspot()
H A Dsavehdrs.c78 case H_AFWDFROM:
H A Dcopylet.c327 case H_AFWDFROM: in xxxcopylet()
H A Dmail.h138 #define H_AFWDFROM 2 /* "Auto-Forwarded-From:" */ macro
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h135 #define H_AFWDFROM 2 /* "Auto-Forwarded-From:" */ macro