HomeSort by: relevance | last modified time | path
    Searched refs:GSMOPTS (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/mail/
tty.c 339 if (gflags & GSMOPTS) {
342 GSMOPTS);
345 if (gflags & GSMOPTS) { /* XXX - Use a new flag for this? */
cmd4.c 127 (void)printf("%s:\t%s\n", sp->s_name, detract(sp->s_smopts, GSMOPTS));
194 cp = detract(sp->s_smopts, GSMOPTS);
207 t = ncalloc(*ap, GSMOPTS);
def.h 250 #define GSMOPTS 0x010 /* Grab the sendmail options */
255 #define GMASK (GTO | GSUBJECT | GCC | GBCC | GSMOPTS)
collect.c 419 t = GTO | GSUBJECT | GCC | GNL | GSMOPTS;
548 (void)grabh(hp, GTO | GSUBJECT | GCC | GBCC | GSMOPTS);
727 GTO | GSUBJECT | GCC | GBCC | GSMOPTS | GNL);
send.c 465 if (hp->h_smopts != NULL && w & GSMOPTS)
466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++;
757 if (grabh(hp, GSMOPTS)) {
main.c 385 smopts = cat(smopts, nalloc(argv[i], GSMOPTS));
cmd3.c 249 np = extract(__UNCONST("-f"), GSMOPTS);
250 np = cat(np, extract(cp, GSMOPTS));
names.c 174 quote = ntype & GSMOPTS;

Completed in 16 milliseconds