Searched refs:sc_args (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 137 $1->sc_args = expand($2, E_VARS); 142 $1->sc_args = expand($2, E_ALL); 158 $1->sc_args = expand($2, E_VARS); 163 $1->sc_args = expand($2, E_ALL); 538 sc->sc_args = NULL;
|
H A D | defs.h | 107 struct namelist *sc_args; member
|
H A D | docmd.c | 235 notify(Tmpfile, rhost, sc->sc_args, 0); 571 notify(Tmpfile, NULL, sc->sc_args, lastmod); 779 for (nl = sc->sc_args; nl != NULL; nl = nl->n_next) {
|
H A D | main.c | 514 prnames(s->sc_args);
|
H A D | server.c | 543 if (sc->sc_args != NULL && !inlist(sc->sc_args, target))
|