Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c130 int no_shell_flag = 0; variable
776 no_shell_flag = 1; in main()
883 no_shell_flag = 1; in main()
974 !no_shell_flag) in main()
1848 if (!no_shell_flag) in ssh_session2_open()
1879 ono_shell_flag = no_shell_flag; in ssh_session2()
1883 no_shell_flag = 1; in ssh_session2()
1896 if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) in ssh_session2()
Dclientloop.c124 extern int no_shell_flag;
1687 if (no_shell_flag && received_signal == SIGTERM) { in client_loop()
2660 if (options.control_persist || no_shell_flag) { in client_stop_mux()