Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c131 int no_shell_flag = 0; variable
775 no_shell_flag = 1; in main()
882 no_shell_flag = 1; in main()
973 !no_shell_flag) in main()
1851 if (!no_shell_flag) in ssh_session2_open()
1882 ono_shell_flag = no_shell_flag; in ssh_session2()
1886 no_shell_flag = 1; in ssh_session2()
1899 if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) in ssh_session2()
Dclientloop.c125 extern int no_shell_flag;
1701 if (no_shell_flag && received_signal == SIGTERM) { in client_loop()
2674 if (options.control_persist || no_shell_flag) { in client_stop_mux()