Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Ddef.h160 #define GBCC 8 /* And also the Bcc: line */ macro
161 #define GMASK (GTO|GSUBJECT|GCC|GBCC)
Dcollect.c211 grabh(hp, GTO|GSUBJECT|GCC|GBCC); in collect()
238 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC)); in collect()
331 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL); in collect()
363 if (gethfromtty(hp, GBCC) == -1) in collect()
Dsend.c455 else if ((np->n_type & GMASK) == GBCC) in fixhead()
485 (void)puthead(hp, nfo, GTO|GSUBJECT|GCC|GBCC|GNL|GCOMMA); in infix()
530 if (hp->h_bcc != NULL && w & GBCC) in puthead()
Dtty.c141 if (gflags & GBCC) { in grabh()
145 hp->h_bcc = extract(s, GBCC); in grabh()
Dmain.c217 bcc = cat(bcc, nalloc(optarg, GBCC)); in main()