Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dsend.c290 head.h_bcc = bcc; in mail()
310 head.h_bcc = NULL; in sendmail()
350 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
447 hp->h_bcc = NULL; in fixhead()
456 hp->h_bcc = in fixhead()
457 cat(hp->h_bcc, nalloc(np->n_name, np->n_type)); in fixhead()
530 if (hp->h_bcc != NULL && w & GBCC) in puthead()
531 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead()
Ddef.h177 struct name *h_bcc; /* Blind carbon copies */ member
Dcollect.c238 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
Dtty.c142 s = readtty("Bcc: ", detract(hp->h_bcc, 0)); in grabh()
145 hp->h_bcc = extract(s, GBCC); in grabh()
Dcmd3.c241 head.h_bcc = NULL; in _respond()
622 head.h_bcc = NULL; in _Respond()