Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dsend.c249 head.h_bcc = bcc; in mail()
270 head.h_bcc = NULL; in sendmail()
323 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
426 hp->h_bcc = NULL; in fixhead()
438 hp->h_bcc = in fixhead()
439 cat(hp->h_bcc, nalloc(np->n_name, np->n_type)); in fixhead()
510 if (hp->h_bcc != NULL && w & GBCC) in puthead()
511 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead()
H A Dtty.c128 if (!ttyset && hp->h_bcc != NULL) in grabh()
131 hp->h_bcc = in grabh()
132 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC); in grabh()
H A Ddef.h171 struct name *h_bcc; /* Blind carbon copies */ member
H A Dcollect.c268 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
H A Dcmd3.c247 head.h_bcc = NULL; in dorespond()
609 head.h_bcc = NULL; in doRespond()