Home
last modified time | relevance | path

Searched refs:H_TCOPY (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dgendeliv.c60 hdrlines[H_DTCOPY].head = hdrlines[H_TCOPY].head;
61 hdrlines[H_DTCOPY].tail = hdrlines[H_TCOPY].tail;
62 hdrlines[H_TCOPY].head = (struct hdrs *)NULL;
63 hdrlines[H_TCOPY].tail = (struct hdrs *)NULL;
65 pushlist (H_TCOPY, HEAD, Rpath, FALSE);
106 fprintf(outfile,"%s %s\n", header[H_TCOPY].tag,
107 hdrlines[H_TCOPY].head->value);
249 clrhdr(H_TCOPY);
264 hdrlines[H_TCOPY].head = hdrlines[H_DTCOPY].head;
265 hdrlines[H_TCOPY].tail = hdrlines[H_DTCOPY].tail;
H A Dgoback.c67 if (ckdlivopts(H_TCOPY, (int *)0) & IGNORE) {
143 hdrlines[H_DTCOPY].head = hdrlines[H_TCOPY].head;
144 hdrlines[H_DTCOPY].tail = hdrlines[H_TCOPY].tail;
145 hdrlines[H_TCOPY].head = (struct hdrs *)NULL;
146 hdrlines[H_TCOPY].tail = (struct hdrs *)NULL;
148 pushlist(H_TCOPY, HEAD, work, FALSE);
H A Dcopylet.c181 if (!(ckdlivopts(H_TCOPY, (int*)0) & RETURN)) { in xxxcopylet()
206 if ((hptr = hdrlines[H_TCOPY].head) != in xxxcopylet()
209 strlen(hdrlines[H_TCOPY].head->value); in xxxcopylet()
306 case H_TCOPY: in xxxcopylet()
H A Dsavehdrs.c82 case H_TCOPY:
H A Dsendmail.c204 case H_TCOPY: in sendmail()
207 header[H_TCOPY].tag); in sendmail()
H A Dmail.h156 #define H_TCOPY 20 /* ">To:" */ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h154 #define H_TCOPY 20 /* ">To:" */ macro