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

  /src/usr.bin/mail/
main.c 181 struct name *to, *cc, *bcc, *smopts; local in function:main
226 smopts = NULL;
385 smopts = cat(smopts, nalloc(argv[i], GSMOPTS));
431 (void)mail(to, cc, bcc, smopts, subject,
names.c 538 unpack(struct name *smopts, struct name *np)
553 extra = 3 + count(smopts);
569 for (/*EMPTY*/; smopts != NULL; smopts = smopts->n_flink)
570 if ((smopts->n_type & GDEL) == 0)
571 *ap++ = smopts->n_name;
send.c 70 * Get the sendmail options from the smopts list.
775 struct name *smopts, char *subject, struct attachment *attach)
786 head.h_smopts = smopts;

Completed in 15 milliseconds