Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dpushlist.c41 if (hdrtype == H_AFWDFROM) { in pushlist()
44 (strlen(header[H_AFWDFROM].tag) + 2)) ); in pushlist()
80 if (hdrtype == H_AFWDFROM) { in pushlist()
83 (strlen(header[H_AFWDFROM].tag) + 2)) ); in pushlist()
H A Ddumpaff.c57 case H_AFWDFROM:
73 for (hptr = hdrlines[H_AFWDFROM].head;
76 printhdr(type, H_AFWDFROM, hptr, f);
H A Dgendeliv.c52 hdrlines[H_DAFWDFROM].head = hdrlines[H_AFWDFROM].head;
53 hdrlines[H_DAFWDFROM].tail = hdrlines[H_AFWDFROM].tail;
54 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL;
55 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL;
250 clrhdr(H_AFWDFROM);
256 hdrlines[H_AFWDFROM].head = hdrlines[H_DAFWDFROM].head;
257 hdrlines[H_AFWDFROM].tail = hdrlines[H_DAFWDFROM].tail;
H A Dpoplist.c65 if (hdrtype == H_AFWDFROM) {
67 (strlen(header[H_AFWDFROM].tag) + strlen(hdr2rm->value) + 2);
78 if (hdrtype == H_AFWDFROM) {
H A Dgoback.c135 hdrlines[H_DAFWDFROM].head = hdrlines[H_AFWDFROM].head;
136 hdrlines[H_DAFWDFROM].tail = hdrlines[H_AFWDFROM].tail;
137 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL;
138 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL;
H A Dpckaffspot.c44 if (hdrlines[H_AFWDFROM].head == (struct hdrs *)NULL) { in pckaffspot()
47 rc = H_AFWDFROM; in pckaffspot()
H A Dpckrcvspot.c48 rc = H_AFWDFROM; in pckrcvspot()
H A Dsavehdrs.c76 case H_AFWDFROM:
H A Dcopylet.c324 case H_AFWDFROM: in xxxcopylet()
H A Dmail.h138 #define H_AFWDFROM 2 /* "Auto-Forwarded-From:" */ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h136 #define H_AFWDFROM 2 /* "Auto-Forwarded-From:" */ macro