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

/freebsd-13-stable/usr.bin/mail/
H A Ddef.h159 #define GBCC 8 /* And also the Bcc: line */ macro
162 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO)
H A Dsend.c311 grabh(hp, GBCC);
445 else if ((np->n_type & GMASK) == GBCC)
477 GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO|GNL|GCOMMA);
518 if (hp->h_bcc != NULL && w & GBCC)
H A Dtty.c134 if (gflags & GBCC) {
140 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dcollect.c240 grabh(hp, GTO|GSUBJECT|GCC|GBCC);
276 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
449 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL);
H A Dmain.c240 bcc = cat(bcc, nalloc(optarg, GBCC));

Completed in 211 milliseconds