Home
last modified time | relevance | path

Searched refs:sc_args (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/rdist/
H A Dgram.y160 $1->sc_args = expand($2, E_VARS);
165 $1->sc_args = expand($2, E_ALL);
170 $1->sc_args = expand($2, E_VARS);
175 $1->sc_args = expand($2, E_ALL);
515 sc->sc_args = NULL; in makesubcmd()
H A Ddocmd.c194 notify(tempfile, rhost, sc->sc_args, 0); in doarrow()
427 notify(tempfile, NULL, sc->sc_args, lastmod); in dodcolon()
634 for (nl = sc->sc_args; nl != NULL; nl = nl->n_next) { in except()
H A Ddefs.h112 struct namelist *sc_args; member
H A Dserver.c551 if (sc->sc_args != NULL && !inlist(sc->sc_args, target)) in sendf()
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvrc4172gpio.c87 struct hpcio_attach_args sc_args; member
207 sc->sc_args = *args; /* structure copy */ in vrc4172gpio_attach()