Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/mail/
H A Dsend.c250 head.h_bcc = bcc; in mail()
271 head.h_bcc = NULL; in sendmail()
324 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
427 hp->h_bcc = NULL; in fixhead()
439 hp->h_bcc = in fixhead()
440 cat(hp->h_bcc, nalloc(np->n_name, np->n_type)); in fixhead()
509 if (hp->h_bcc != NULL && w & GBCC) in puthead()
510 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead()
H A Dtty.c94 hp->h_bcc = in grabh()
95 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC); in grabh()
H A Ddef.h174 struct name *h_bcc; /* Blind carbon copies */ member
H A Dcollect.c270 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
H A Dcmd3.c245 head.h_bcc = NULL; in dorespond()
596 head.h_bcc = NULL; in doRespond()