Searched refs:h_bcc (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/usr.bin/mail/ |
H A D | send.c | 250 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 D | tty.c | 94 hp->h_bcc = in grabh() 95 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC); in grabh()
|
H A D | def.h | 174 struct name *h_bcc; /* Blind carbon copies */ member
|
H A D | collect.c | 270 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
|
H A D | cmd3.c | 245 head.h_bcc = NULL; in dorespond() 596 head.h_bcc = NULL; in doRespond()
|