Searched refs:GBCC (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/mailx/
H A Dmailx.h332 #define GBCC (1<<2) /* Grab Bcc: line */ macro
362 #define GEXTERN (GEDIT&~GBCC) /* External headers */
364 #define GNAME (GBCC|GCC|GTO) /* Name fields */
H A Dmain.c327 extract(&head, GBCC|GMETOO, optarg);
H A Dvars.c345 state.askheaders |= GBCC;
347 state.askheaders &= ~GBCC;
H A Dhead.c88 "bcc", GBCC,
H A Dnames.c348 if (!(np->flags & GMETOO) && !state.var.metoo && streq(np->name, state.var.user) && (np->flags & (GCC|GBCC))) {
H A Dcollect.c509 extract(hp, GBCC|GMETOO, &pp.buf[2]);
H A Ddata.c514 "Bcc: ", GBCC,
H A Dlist.c135 static const int fields[] = { GTO, GCC, GBCC };
H A Dsend.c468 if (type = (state.askheaders & (GBCC|GCC)))

Completed in 29 milliseconds