Home
last modified time | relevance | path

Searched refs:no_pty_flag (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth-options.h28 extern int no_pty_flag;
Dauth-options.c45 int no_pty_flag = 0; variable
68 no_pty_flag = 0; in auth_clear_options()
137 no_pty_flag = 1; in auth_parse_options()
639 no_pty_flag |= cert_no_pty_flag; in auth_cert_options()
Dsession.c2024 if (no_pty_flag) { in session_pty_req()
Dmonitor.c475 if (!no_pty_flag) { in monitor_child_postauth()