Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mail/
H A Dgendeliv.c62 hdrlines[H_DTCOPY].head = hdrlines[H_TCOPY].head;
63 hdrlines[H_DTCOPY].tail = hdrlines[H_TCOPY].tail;
64 hdrlines[H_TCOPY].head = (struct hdrs *)NULL;
65 hdrlines[H_TCOPY].tail = (struct hdrs *)NULL;
67 pushlist (H_TCOPY, HEAD, Rpath, FALSE);
108 fprintf(outfile,"%s %s\n", header[H_TCOPY].tag,
109 hdrlines[H_TCOPY].head->value);
251 clrhdr(H_TCOPY);
266 hdrlines[H_TCOPY].head = hdrlines[H_DTCOPY].head;
267 hdrlines[H_TCOPY].tail = hdrlines[H_DTCOPY].tail;
H A Dgoback.c70 if (ckdlivopts(H_TCOPY, (int *)0) & IGNORE) {
146 hdrlines[H_DTCOPY].head = hdrlines[H_TCOPY].head;
147 hdrlines[H_DTCOPY].tail = hdrlines[H_TCOPY].tail;
148 hdrlines[H_TCOPY].head = (struct hdrs *)NULL;
149 hdrlines[H_TCOPY].tail = (struct hdrs *)NULL;
151 pushlist(H_TCOPY, HEAD, work, FALSE);
H A Dcopylet.c183 if (!(ckdlivopts(H_TCOPY, (int*)0) & RETURN)) { in xxxcopylet()
208 if ((hptr = hdrlines[H_TCOPY].head) != in xxxcopylet()
211 strlen(hdrlines[H_TCOPY].head->value); in xxxcopylet()
309 case H_TCOPY: in xxxcopylet()
H A Dsavehdrs.c84 case H_TCOPY:
H A Dsendmail.c205 case H_TCOPY:
208 header[H_TCOPY].tag);
H A Dmail.h156 #define H_TCOPY 20 /* ">To:" */ macro
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h153 #define H_TCOPY 20 /* ">To:" */ macro