Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c452 to = cat(extract(hp->h_bcc, GBCC), in mail1()
464 hp->h_bcc = detract(to, GBCC); in mail1()
472 puthead(hp, stdout, GTO|GCC|GBCC, 0); in mail1()
626 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix()
668 if (hp->h_bcc != NOSTR && (w & GBCC)) in puthead()
H A Dtty.c144 if (gflags & GBCC) { in grabh()
521 if (gflags & GBCC) { in grabh()
H A Dcollect.c189 hdrs |= GBCC; in collect()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h222 #define GBCC 8 /* And also the Bcc: line */ macro
226 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GDEFOPT|GNL|GOTHER)