Home
last modified time | relevance | path

Searched refs:H_DTCOPY (Results 1 – 4 of 4) 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;
71 if (ckdlivopts(H_DTCOPY, &svopts) & NODELIVERY) {
77 if (ckdlivopts(H_DTCOPY, &svopts) & IGNORE) {
177 if ((hptr = hdrlines[H_DTCOPY].head) != (struct hdrs *)NULL) {
194 if (ckdlivopts(H_DTCOPY, &svopts) & RETURN) {
266 hdrlines[H_TCOPY].head = hdrlines[H_DTCOPY].head;
267 hdrlines[H_TCOPY].tail = hdrlines[H_DTCOPY].tail;
268 hdrlines[H_DTCOPY].head = (struct hdrs *)NULL;
269 hdrlines[H_DTCOPY].tail = (struct hdrs *)NULL;
H A Dgoback.c146 hdrlines[H_DTCOPY].head = hdrlines[H_TCOPY].head;
147 hdrlines[H_DTCOPY].tail = hdrlines[H_TCOPY].tail;
H A Dmail.h160 #define H_DTCOPY 24 /* Hold ">To:" when sending Del. Notf.*/ macro
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h158 #define H_DTCOPY 24 /* Hold ">To:" when sending Del. Notf. */ macro