Searched refs:H_TCOPY (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mail/ |
H A D | gendeliv.c | 62 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 D | goback.c | 70 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 D | copylet.c | 183 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 D | savehdrs.c | 84 case H_TCOPY:
|
H A D | sendmail.c | 205 case H_TCOPY: 208 header[H_TCOPY].tag);
|
H A D | mail.h | 156 #define H_TCOPY 20 /* ">To:" */ macro
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 153 #define H_TCOPY 20 /* ">To:" */ macro
|