Home
last modified time | relevance | path

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

/original-bsd/usr.bin/mail/
H A Ddef.h131 #define GBCC 8 /* And also the Bcc: line */ macro
132 #define GMASK (GTO|GSUBJECT|GCC|GBCC)
H A Dcollect.c199 grabh(hp, GTO|GSUBJECT|GCC|GBCC);
226 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
315 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL);
H A Dtty.c107 if (gflags & GBCC) {
113 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dsend.c386 else if ((np->n_type & GMASK) == GBCC)
414 (void) puthead(hp, nfo, GTO|GSUBJECT|GCC|GBCC|GNL|GCOMMA);
458 if (hp->h_bcc != NIL && w & GBCC)
H A Dmain.c153 bcc = cat(bcc, nalloc(optarg, GBCC));