Searched refs:h_subject (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dcmd3.c238 if ((head.h_subject = hfield("subject", mp)) == NULL)
239 head.h_subject = hfield("subj", mp);
240 head.h_subject = reedit(head.h_subject);
598 if ((head.h_subject = hfield("subject", mp)) == NULL)
599 head.h_subject = hfield("subj", mp);
600 head.h_subject = reedit(head.h_subject);
H A Dtty.c119 if (!ttyset && hp->h_subject != NULL)
122 hp->h_subject = readtty("Subject: ", hp->h_subject);
H A Dsend.c253 head.h_subject = subject;
274 head.h_subject = NULL;
318 if (hp->h_subject == NULL)
512 if (hp->h_subject != NULL && w & GSUBJECT)
513 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
H A Ddef.h179 char *h_subject; /* Subject string */ member in struct:header
H A Dcollect.c121 if (hp->h_subject == NULL && value("interactive") != NULL &&
254 hp->h_subject = savestr(cp);

Completed in 104 milliseconds