Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c132 int no_shell_flag = 0; variable
800 no_shell_flag = 1; in main()
907 no_shell_flag = 1; in main()
997 !no_shell_flag) in main()
1947 if (!no_shell_flag) in ssh_session2_open()
1979 ono_shell_flag = no_shell_flag; in ssh_session2()
1983 no_shell_flag = 1; in ssh_session2()
1996 if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) in ssh_session2()
Dclientloop.c123 extern int no_shell_flag;
1740 if (no_shell_flag && received_signal == SIGTERM) { in client_loop()
2763 if (options.control_persist || no_shell_flag) { in client_stop_mux()