Home
last modified time | relevance | path

Searched refs:H_DATE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dpckaffspot.c50 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) { in pckaffspot()
51 rc = H_DATE; in pckaffspot()
H A Dpckrcvspot.c51 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) { in pckrcvspot()
52 rc = H_DATE; in pckrcvspot()
H A Dgendeliv.c108 fprintf(outfile,"%s %s\n", header[H_DATE].tag, buf);
111 fprintf(outfile,"Original-%s ", header[H_DATE].tag);
112 if ((hptr = hdrlines[H_DATE].head) != (struct hdrs *)NULL) {
H A Dcopylet.c268 if (htype == H_DATE) { in xxxcopylet()
H A Dmail.h141 #define H_DATE 5 /* "Date:" */ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h139 #define H_DATE 5 /* "Date:" */ macro