Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Ddef.h155 #define GBCC 8 /* And also the Bcc: line */ macro
158 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO)
H A Dsend.c303 grabh(hp, GBCC); in mail1()
437 else if ((np->n_type & GMASK) == GBCC) in fixhead()
469 GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO|GNL|GCOMMA); in infix()
510 if (hp->h_bcc != NULL && w & GBCC) in puthead()
H A Dtty.c126 if (gflags & GBCC) { in grabh()
132 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC); in grabh()
H A Dcollect.c232 grabh(hp, GTO|GSUBJECT|GCC|GBCC); in collect()
268 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
441 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL); in collect()
H A Dmain.c226 bcc = cat(bcc, nalloc(optarg, GBCC)); in main()