Searched refs:smargs (Results 1 – 2 of 2) sorted by relevance
76 struct name *smargs, *np; in get_smopts() local77 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()
490 bounce_one(int msgno, const char **smargs, struct name *h_to) in bounce_one() argument549 mail2(obuf, smargs); in bounce_one()561 const char **smargs; in bounce() local580 smargs = unpack(NULL, hdr.h_to); in bounce()583 if ((e = bounce_one(*ip, smargs, hdr.h_to)) != 0) in bounce()