Home
last modified time | relevance | path

Searched refs:h_bcc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c145 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
146 if (hp->h_bcc != NOSTR) in grabh()
523 if (!ttyset && hp->h_bcc != NOSTR) in grabh()
526 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
527 if (hp->h_bcc != NOSTR) in grabh()
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()
452 to = cat(extract(hp->h_bcc, GBCC), in mail1()
464 hp->h_bcc = detract(to, GBCC); in mail1()
668 if (hp->h_bcc != NOSTR && (w & GBCC)) in puthead()
669 fprintf(fo, "Bcc: "), fmt(hp->h_bcc, fo), gotcha++; in puthead()
H A Dcollect.c175 if (hp->h_bcc == NOSTR) { in collect()
176 hp->h_bcc = bflag; in collect()
188 if (hp->h_bcc == NOSTR && value("askbcc")) in collect()
318 hp->h_bcc = in collect()
319 addto(hp->h_bcc, hcontents(linebuf)); in collect()
479 hp->h_bcc = addto(hp->h_bcc, &linebuf[2]); in collect()
929 obcc = hp->h_bcc; in mesedit()
931 hp->h_to = hp->h_subject = hp->h_cc = hp->h_bcc = hp->h_defopt = NOSTR; in mesedit()
942 hp->h_bcc = addto(hp->h_bcc, hcontents(hdr)); in mesedit()
954 hp->h_bcc = obcc; in mesedit()
H A Dcmd3.c377 head.h_bcc = NOSTR; in resp1()
959 head.h_bcc = NOSTR; in Resp1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h240 char *h_bcc; /* Blind carbon copies */ member