HomeSort by: relevance | last modified time | path
    Searched refs:h_bcc (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
send.c 345 hp->h_bcc = NULL;
356 hp->h_bcc =
357 cat(hp->h_bcc, nalloc(np->n_name, np->n_type));
454 if (hp->h_bcc != NULL && w & GBCC)
455 fmt("Bcc:", hp->h_bcc, fo, w & GCOMMA), gotcha++;
724 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
785 head.h_bcc = bcc;
tty.c 336 hp->h_bcc =
337 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
collect.c 573 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
def.h 327 struct name *h_bcc; /* Blind carbon copies */ member in struct:header
cmd3.c 355 head.h_bcc = NULL;
397 head.h_bcc = NULL;
mime_attach.c 119 show_name("BCC", hp->h_bcc);

Completed in 14 milliseconds