Searched refs:h_subject (Results 1 – 5 of 5) sorted by relevance
235 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()
247 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()
113 if (!ttyset && hp->h_subject != NULL) in grabh()116 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
177 char *h_subject; /* Subject string */ member
115 if (hp->h_subject == NULL && value("interactive") != NULL && in collect()247 hp->h_subject = savestr(cp); in collect()