Home
last modified time | relevance | path

Searched refs:h_defopt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c306 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in mail()
339 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in tmail()
359 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in sendmail()
380 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in Sendmail()
670 if (hp->h_defopt != NOSTR && (w & GDEFOPT)) in puthead()
673 hp->h_defopt), gotcha++; in puthead()
675 fprintf(fo, "Default-Options: %s\n", hp->h_defopt), gotcha++; in puthead()
H A Dcollect.c321 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()
H A Dcmd3.c378 head.h_defopt = NOSTR; in resp1()
960 head.h_defopt = NOSTR; in Resp1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h241 char *h_defopt; /* Default options */ member