Home
last modified time | relevance | path

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

/original-bsd/usr.bin/mail/
H A Dsend.c237 head.h_bcc = bcc;
257 head.h_bcc = NIL;
302 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
378 hp->h_bcc = NIL;
387 hp->h_bcc =
388 cat(hp->h_bcc, nalloc(np->n_name, np->n_type));
458 if (hp->h_bcc != NIL && w & GBCC)
459 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++;
H A Dtty.c109 if (!ttyset && hp->h_bcc != NIL)
112 hp->h_bcc =
113 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Ddef.h148 struct name *h_bcc; /* Blind carbon copies */ member
H A Dcollect.c226 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
H A Dcmd3.c227 head.h_bcc = NIL;
593 head.h_bcc = NIL;