Searched refs:GCC (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/mailx/
H A Dmain.c333 extract(&head, GCC|GMETOO, optarg);
H A Dmailx.h333 #define GCC (1<<3) /* Grab Cc: line */ macro
364 #define GNAME (GBCC|GCC|GTO) /* Name fields */
H A Dvars.c358 state.askheaders |= GCC;
360 state.askheaders &= ~GCC;
H A Dhead.c87 "cc", GCC,
H A Dnames.c348 if (!(np->flags & GMETOO) && !state.var.metoo && streq(np->name, state.var.user) && (np->flags & (GCC|GBCC))) {
H A Dcmd3.c510 if (cp = grab(mp, GCC, NiL))
511 extract(&head, GCC, cp);
H A Dcollect.c515 extract(hp, GCC|GMETOO, &pp.buf[2]);
H A Ddata.c513 "Cc: ", GCC,
H A Dlist.c135 static const int fields[] = { GTO, GCC, GBCC };
H A Dsend.c468 if (type = (state.askheaders & (GBCC|GCC)))
H A Dspam.c797 if ((s = grab(mp, GCC|GCOMPARE|GDISPLAY, NiL)) && hostmatch(local, s))

Completed in 52 milliseconds