Searched refs:h_bcc (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/mail/ |
| D | send.c | 290 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()
|
| D | def.h | 177 struct name *h_bcc; /* Blind carbon copies */ member
|
| D | collect.c | 238 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
|
| D | tty.c | 142 s = readtty("Bcc: ", detract(hp->h_bcc, 0)); in grabh() 145 hp->h_bcc = extract(s, GBCC); in grabh()
|
| D | cmd3.c | 241 head.h_bcc = NULL; in _respond() 622 head.h_bcc = NULL; in _Respond()
|