Searched refs:GBCC (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | def.h | 155 #define GBCC 8 /* And also the Bcc: line */ macro 158 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO)
|
H A D | send.c | 303 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 D | tty.c | 126 if (gflags & GBCC) { in grabh() 132 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC); in grabh()
|
H A D | collect.c | 232 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 D | main.c | 226 bcc = cat(bcc, nalloc(optarg, GBCC)); in main()
|