Home
last modified time | relevance | path

Searched refs:smargs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dsend.c76 struct name *smargs, *np; in get_smopts() local
77 smargs = NULL; in get_smopts()
81 if (smargs == NULL) in get_smopts()
82 smargs = sp->s_smopts; in get_smopts()
83 else if (namecmp(smargs, sp->s_smopts) != 0) in get_smopts()
86 if (smargs && in get_smopts()
87 smargs->n_flink == NULL && in get_smopts()
88 (smargs->n_name == NULL || smargs->n_name[0] == '\0')) in get_smopts()
90 return smargs; in get_smopts()
H A Dcmd3.c490 bounce_one(int msgno, const char **smargs, struct name *h_to) in bounce_one() argument
549 mail2(obuf, smargs); in bounce_one()
561 const char **smargs; in bounce() local
580 smargs = unpack(NULL, hdr.h_to); in bounce()
583 if ((e = bounce_one(*ip, smargs, hdr.h_to)) != 0) in bounce()