Home
last modified time | relevance | path

Searched refs:H_MIMEVERS (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/mail/
H A Dsendmail.c199 case H_MIMEVERS:
258 if ((hptr = hdrlines[H_MIMEVERS].head) !=
261 header[H_MIMEVERS].tag);
294 if ((hptr = hdrlines[H_MIMEVERS].head) !=
297 header[H_MIMEVERS].tag);
333 (void) snprintf(line, sizeof (line), "%s \n", header[H_MIMEVERS].tag);
337 if (hdrlines[H_MIMEVERS].head == (struct hdrs *)NULL) {
338 savehdrs(line, H_MIMEVERS);
403 if ((hptr = hdrlines[H_MIMEVERS].head) != (struct hdrs *)NULL) {
H A Dcopylet.c221 if ((hptr = hdrlines[H_MIMEVERS].head) != in xxxcopylet()
223 i += strlen(hdrlines[H_MIMEVERS].head->value); in xxxcopylet()
310 case H_MIMEVERS: in xxxcopylet()
H A Dmail.h147 #define H_MIMEVERS 11 /* "MIME-Version:" */ macro