Home
last modified time | relevance | path

Searched refs:GSMOPTS (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/usr.bin/mail/
Dtty.c339 if (gflags & GSMOPTS) { in grabh()
342 GSMOPTS); in grabh()
345 if (gflags & GSMOPTS) { /* XXX - Use a new flag for this? */ in grabh()
Dcmd4.c127 (void)printf("%s:\t%s\n", sp->s_name, detract(sp->s_smopts, GSMOPTS)); in printsmopts()
194 cp = detract(sp->s_smopts, GSMOPTS); in smopts_core()
207 t = ncalloc(*ap, GSMOPTS); in smopts_core()
Ddef.h250 #define GSMOPTS 0x010 /* Grab the sendmail options */ macro
255 #define GMASK (GTO | GSUBJECT | GCC | GBCC | GSMOPTS)
Dcollect.c419 t = GTO | GSUBJECT | GCC | GNL | GSMOPTS; in collect()
548 (void)grabh(hp, GTO | GSUBJECT | GCC | GBCC | GSMOPTS); in collect()
727 GTO | GSUBJECT | GCC | GBCC | GSMOPTS | GNL); in collect()
Dsend.c465 if (hp->h_smopts != NULL && w & GSMOPTS) in puthead()
466 … (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++; in puthead()
758 if (grabh(hp, GSMOPTS)) { in mail1()
Dmain.c385 smopts = cat(smopts, nalloc(argv[i], GSMOPTS)); in main()
Dcmd3.c249 np = extract(__UNCONST("-f"), GSMOPTS); in set_smopts()
250 np = cat(np, extract(cp, GSMOPTS)); in set_smopts()
Dnames.c174 quote = ntype & GSMOPTS; in detract()