Searched refs:GCC (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | main.c | 333 extract(&head, GCC|GMETOO, optarg);
|
H A D | mailx.h | 333 #define GCC (1<<3) /* Grab Cc: line */ macro 364 #define GNAME (GBCC|GCC|GTO) /* Name fields */
|
H A D | vars.c | 358 state.askheaders |= GCC; 360 state.askheaders &= ~GCC;
|
H A D | head.c | 87 "cc", GCC,
|
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 | cmd3.c | 510 if (cp = grab(mp, GCC, NiL)) 511 extract(&head, GCC, cp);
|
H A D | collect.c | 515 extract(hp, GCC|GMETOO, &pp.buf[2]);
|
H A D | data.c | 513 "Cc: ", GCC,
|
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)))
|
H A D | spam.c | 797 if ((s = grab(mp, GCC|GCOMPARE|GDISPLAY, NiL)) && hostmatch(local, s))
|
Completed in 52 milliseconds