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

/freebsd-9.3-release/usr.bin/mail/
H A Ddef.h157 #define GBCC 8 /* And also the Bcc: line */ macro
160 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO)
H A Dsend.c309 grabh(hp, GBCC);
443 else if ((np->n_type & GMASK) == GBCC)
475 GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO|GNL|GCOMMA);
516 if (hp->h_bcc != NULL && w & GBCC)
H A Dtty.c132 if (gflags & GBCC) {
138 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dcollect.c239 grabh(hp, GTO|GSUBJECT|GCC|GBCC);
275 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
448 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL);
H A Dmain.c195 bcc = cat(bcc, nalloc(optarg, GBCC));

Completed in 71 milliseconds