Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dcmd3.c229 if ((head.h_subject = hfield("subject", mp)) == NULL) in _respond()
230 head.h_subject = hfield("subj", mp); in _respond()
231 head.h_subject = reedit(head.h_subject); in _respond()
617 if ((head.h_subject = hfield("subject", mp)) == NULL) in _Respond()
618 head.h_subject = hfield("subj", mp); in _Respond()
619 head.h_subject = reedit(head.h_subject); in _Respond()
Dsend.c288 head.h_subject = subject; in mail()
308 head.h_subject = NULL; in sendmail()
339 if (hp->h_subject == NULL || *hp->h_subject == '\0') in mail1()
526 if (hp->h_subject != NULL && w & GSUBJECT) in puthead()
527 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead()
Ddef.h175 char *h_subject; /* Subject string */ member
Dcollect.c92 if (hp->h_subject == NULL && value("interactive") != NULL && in collect()
226 hp->h_subject = savestr(cp); in collect()
Dtty.c130 s = readtty("Subject: ", hp->h_subject); in grabh()
133 hp->h_subject = s; in grabh()