Home
last modified time | relevance | path

Searched refs:hfield (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/usr.bin/mail/
Dcmd3.c218 if ((rcv = skin(hfield("from", mp))) == NULL) in dorespond()
220 if ((replyto = skin(hfield("reply-to", mp))) != NULL) in dorespond()
222 else if ((cp = skin(hfield("to", mp))) != NULL) in dorespond()
243 if ((head.h_subject = hfield("subject", mp)) == NULL) in dorespond()
244 head.h_subject = hfield("subj", mp); in dorespond()
246 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) { in dorespond()
258 head.h_inreplyto = skin(hfield("message-id", mp)); in dorespond()
603 if ((cp = skin(hfield("from", mp))) == NULL) in doRespond()
606 mid = skin(hfield("message-id", mp)); in doRespond()
611 if ((head.h_subject = hfield("subject", mp)) == NULL) in doRespond()
[all …]
Dutil.c135 hfield(const char *field, struct message *mp) in hfield() function
140 char *hfield; in hfield() local
151 if ((hfield = ishfield(linebuf, colon, field)) != NULL) in hfield()
152 oldhfield = save2str(hfield, oldhfield); in hfield()
507 if ((cp = hfield("from", mp)) != NULL) in name1()
509 if (reptype == 0 && (cp = hfield("sender", mp)) != NULL) in name1()
Dcmd1.c179 if ((subjline = hfield("subject", mp)) == NULL) in printhead()
180 subjline = hfield("subj", mp); in printhead()
200 skin(hfield("to", mp)) : nameof(mp, 0); in printhead()
Dlist.c688 cp = hfield(*to, mp); in matchto()
731 cp2 = hfield(*str != '\0' ? str : "subject", mp); in matchfield()
736 cp = hfield("subject", mp); in matchfield()
Dquit.c173 if ((id = hfield("article-id", mp)) != NULL) in quit()
416 if ((id = hfield("article-id", mp)) != NULL) in edstop()
Dextern.h55 char *hfield(const char *, struct message *);