Lines Matching refs:hfield
233 (cp = skin(hfield("to", mp))) != NULL &&
287 in_reply_to = hfield("message-id", mp);
290 references = hfield("references", mp);
318 if ((rcv = skin(hfield("from", mp))) == NULL)
320 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
322 else if ((cp = skin(hfield("to", mp))) != NULL)
343 if ((head.h_subject = hfield("subject", mp)) == NULL)
344 head.h_subject = hfield("subj", mp);
346 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
386 if ((cp = skin(hfield("from", mp))) == NULL)
393 if ((head.h_subject = hfield("subject", mp)) == NULL)
394 head.h_subject = hfield("subj", mp);
449 if ((hdr.h_subject = hfield("subject", mp)) == NULL)
450 hdr.h_subject = hfield("subj", mp);
532 if ((cp = skin(hfield("to", mp))) != NULL)