Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dsend.c305 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()
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.c380 head.h_defopt = NOSTR; in resp1()
962 head.h_defopt = NOSTR; in Resp1()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h240 char *h_defopt; /* Default options */ member