Lines Matching refs:header
50 static FILE *infix(struct header *hp, FILE *fi);
52 static int savemail(char name[], struct header *hp, FILE *fi);
62 * if need be. If doign is set, suppress ignored header fields.
110 * and note that we are no longer in header
133 * of a previous header field, just echo it.
143 * header lines, force out status:
158 * Pick up the header field.
235 * Test if the passed line is a header line, RFC 822 style.
284 struct header head;
335 struct header head;
352 struct header head;
373 struct header head;
399 * in the passed header. (Internal interface).
402 mail1(struct header *hp, int use_to, char *orig_to)
590 * Prepend a header in front of the collected stuff
595 infix(struct header *hp, FILE *fi)
647 * Dump the message header on the
652 puthead(struct header *hp, FILE *fo, int w, long clen)
728 savemail(char name[], struct header *hp, FILE *fi)