HomeSort by: relevance | last modified time | path
    Searched refs:h_subject (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
cmd3.c 343 if ((head.h_subject = hfield("subject", mp)) == NULL)
344 head.h_subject = hfield("subj", mp);
345 head.h_subject = reedit(head.h_subject, "Re:");
393 if ((head.h_subject = hfield("subject", mp)) == NULL)
394 head.h_subject = hfield("subj", mp);
395 head.h_subject = reedit(head.h_subject, "Re:");
449 if ((hdr.h_subject = hfield("subject", mp)) == NULL)
450 hdr.h_subject = hfield("subj", mp)
    [all...]
tty.c 329 hp->h_subject = readtty("Subject: ", hp->h_subject);
send.c 450 if (hp->h_subject != NULL && w & GSUBJECT)
451 (void)fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
713 if (hp->h_subject == NULL)
783 head.h_subject = subject;
collect.c 421 if (hp->h_subject == NULL && value(ENAME_INTERACTIVE) != NULL &&
561 hp->h_subject = savestr(cp);
def.h 325 char *h_subject; /* Subject string */ member in struct:header
mime_attach.c 117 (void)printf("SUBJECT: %s\n", hp->h_subject);

Completed in 14 milliseconds