Searched refs:GBCC (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | mailx.h | 332 #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 D | main.c | 327 extract(&head, GBCC|GMETOO, optarg);
|
H A D | vars.c | 345 state.askheaders |= GBCC; 347 state.askheaders &= ~GBCC;
|
H A D | head.c | 88 "bcc", GBCC,
|
H A D | names.c | 348 if (!(np->flags & GMETOO) && !state.var.metoo && streq(np->name, state.var.user) && (np->flags & (GCC|GBCC))) {
|
H A D | collect.c | 509 extract(hp, GBCC|GMETOO, &pp.buf[2]);
|
H A D | data.c | 514 "Bcc: ", GBCC,
|
H A D | list.c | 135 static const int fields[] = { GTO, GCC, GBCC };
|
H A D | send.c | 468 if (type = (state.askheaders & (GBCC|GCC)))
|
Completed in 31 milliseconds