Searched refs:h_bcc (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | tty.c | 147 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh() 148 if (hp->h_bcc != NOSTR) in grabh() 525 if (!ttyset && hp->h_bcc != NOSTR) in grabh() 528 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh() 529 if (hp->h_bcc != NOSTR) in grabh()
|
H A D | send.c | 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() 451 to = cat(extract(hp->h_bcc, GBCC), in mail1() 463 hp->h_bcc = detract(to, GBCC); in mail1() 667 if (hp->h_bcc != NOSTR && (w & GBCC)) in puthead() 668 fprintf(fo, "Bcc: "), fmt(hp->h_bcc, fo), gotcha++; in puthead()
|
H A D | collect.c | 175 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 D | cmd3.c | 379 head.h_bcc = NOSTR; in resp1() 961 head.h_bcc = NOSTR; in Resp1()
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 239 char *h_bcc; /* Blind carbon copies */ member
|