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

/freebsd-9.3-release/usr.bin/mail/
H A Dcmd3.c213 if ((rcv = skin(hfield("from", mp))) == NULL)
215 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
217 else if ((cp = skin(hfield("to", mp))) != NULL)
238 if ((head.h_subject = hfield("subject", mp)) == NULL)
239 head.h_subject = hfield("subj", mp);
241 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
253 head.h_inreplyto = skin(hfield("message-id", mp));
590 if ((cp = skin(hfield("from", mp))) == NULL)
593 mid = skin(hfield("message-id", mp));
598 if ((head.h_subject = hfield("subjec
[all...]
H A Dutil.c131 hfield(const char *field, struct message *mp) function
136 char *hfield; local
147 if ((hfield = ishfield(linebuf, colon, field)) != NULL)
148 oldhfield = save2str(hfield, oldhfield);
505 if ((cp = hfield("from", mp)) != NULL)
507 if (reptype == 0 && (cp = hfield("sender", mp)) != NULL)
H A Dcmd1.c176 if ((subjline = hfield("subject", mp)) == NULL)
177 subjline = hfield("subj", mp);
197 skin(hfield("to", mp)) : nameof(mp, 0);
H A Dextern.h53 char *hfield(const char *, struct message *);
H A Dquit.c171 if ((id = hfield("article-id", mp)) != NULL)
413 if ((id = hfield("article-id", mp)) != NULL)

Completed in 65 milliseconds