Searched refs:h_defopt (Results 1 – 4 of 4) sorted by relevance
305 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in mail()338 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in tmail()358 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in sendmail()379 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in Sendmail()669 if (hp->h_defopt != NOSTR && (w & GDEFOPT)) in puthead()672 hp->h_defopt), gotcha++; in puthead()674 fprintf(fo, "Default-Options: %s\n", hp->h_defopt), gotcha++; in puthead()
321 hp->h_defopt = in collect()322 addone(hp->h_defopt, hcontents(linebuf)); in collect()484 hp->h_defopt = addone(hp->h_defopt, myname); in collect()931 hp->h_to = hp->h_subject = hp->h_cc = hp->h_bcc = hp->h_defopt = NOSTR; in mesedit()944 hp->h_defopt = addone(hp->h_defopt, hcontents(hdr)); in mesedit()
380 head.h_defopt = NOSTR; in resp1()962 head.h_defopt = NOSTR; in Resp1()
240 char *h_defopt; /* Default options */ member