Searched refs:h_bcc (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | send.c | 249 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 D | tty.c | 128 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 D | def.h | 171 struct name *h_bcc; /* Blind carbon copies */ member
|
H A D | collect.c | 268 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
|
H A D | cmd3.c | 247 head.h_bcc = NULL; in dorespond() 609 head.h_bcc = NULL; in doRespond()
|