Lines Matching defs:subject
4 * The contents of this file are subject to the terms of the
25 * Use is subject to license terms.
359 head.h_subject = hfield("subject", mp, addone);
435 * Modify the subject we are replying to to begin with Re: if
933 register char *cp, *cp2, *subject;
953 subject = hfield("subject", mp, addone);
955 if (subject == NOSTR)
956 subject = hfield("subj", mp, addone);
957 head.h_subject = reedit(subject);
958 if (subject != NOSTR)