Searched refs:GSMOPTS (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/usr.bin/mail/ |
| D | tty.c | 339 if (gflags & GSMOPTS) { in grabh() 342 GSMOPTS); in grabh() 345 if (gflags & GSMOPTS) { /* XXX - Use a new flag for this? */ in grabh()
|
| D | cmd4.c | 127 (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()
|
| D | def.h | 250 #define GSMOPTS 0x010 /* Grab the sendmail options */ macro 255 #define GMASK (GTO | GSUBJECT | GCC | GBCC | GSMOPTS)
|
| D | collect.c | 419 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()
|
| D | send.c | 465 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()
|
| D | main.c | 385 smopts = cat(smopts, nalloc(argv[i], GSMOPTS)); in main()
|
| D | cmd3.c | 249 np = extract(__UNCONST("-f"), GSMOPTS); in set_smopts() 250 np = cat(np, extract(cp, GSMOPTS)); in set_smopts()
|
| D | names.c | 174 quote = ntype & GSMOPTS; in detract()
|