Home
last modified time | relevance | path

Searched refs:use_rsh (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h68 int use_rsh; /* Always use rsh(don\'t try ssh). */ member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c487 intptr = &options->use_rsh; in process_config_line()
990 options->use_rsh = -1; in initialize_options()
1134 if (options->use_rsh == -1) in fill_default_options()
1135 options->use_rsh = 0; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c649 if (options.use_rsh) {