Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dsend.c451 to = cat(extract(hp->h_bcc, GBCC), in mail1()
463 hp->h_bcc = detract(to, GBCC); in mail1()
471 puthead(hp, stdout, GTO|GCC|GBCC, 0); in mail1()
625 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix()
667 if (hp->h_bcc != NOSTR && (w & GBCC)) in puthead()
H A Dtty.c146 if (gflags & GBCC) { in grabh()
523 if (gflags & GBCC) { in grabh()
H A Dcollect.c189 hdrs |= GBCC; in collect()
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h221 #define GBCC 8 /* And also the Bcc: line */ macro
225 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GDEFOPT|GNL|GOTHER)