Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h186 #define REQUEST_TTY_YES 2 macro
Dssh.c746 if (options.request_tty == REQUEST_TTY_YES) in main()
749 options.request_tty = REQUEST_TTY_YES; in main()
1155 if (options.request_tty == REQUEST_TTY_YES || in main()
Dreadconf.c792 { "true", REQUEST_TTY_YES },
793 { "yes", REQUEST_TTY_YES },
Dclientloop.c817 options.request_tty == REQUEST_TTY_YES)) in client_status_confirm()