Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmd3.c235 if ((head.h_subject = hfield("subject", mp)) == NULL) in dorespond()
236 head.h_subject = hfield("subj", mp); in dorespond()
237 head.h_subject = reedit(head.h_subject); in dorespond()
605 if ((head.h_subject = hfield("subject", mp)) == NULL) in doRespond()
606 head.h_subject = hfield("subj", mp); in doRespond()
607 head.h_subject = reedit(head.h_subject); in doRespond()
H A Dsend.c247 head.h_subject = subject; in mail()
268 head.h_subject = NULL; in sendmail()
312 if (hp->h_subject == NULL) in mail1()
506 if (hp->h_subject != NULL && w & GSUBJECT) in puthead()
507 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead()
H A Dtty.c113 if (!ttyset && hp->h_subject != NULL) in grabh()
116 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
H A Ddef.h177 char *h_subject; /* Subject string */ member
H A Dcollect.c115 if (hp->h_subject == NULL && value("interactive") != NULL && in collect()
247 hp->h_subject = savestr(cp); in collect()