Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h208 #define REQUEST_TTY_YES 2 macro
H A Dssh.c913 if (options.request_tty == REQUEST_TTY_YES) in main()
916 options.request_tty = REQUEST_TTY_YES; in main()
1397 if (options.request_tty == REQUEST_TTY_YES || in main()
H A Dreadconf.c1019 { "true", REQUEST_TTY_YES },
1020 { "yes", REQUEST_TTY_YES },
H A Dclientloop.c826 options.request_tty == REQUEST_TTY_YES)) in client_status_confirm()