Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dreadconf.h204 #define REQUEST_TTY_YES 2 macro
Dssh.c871 if (options.request_tty == REQUEST_TTY_YES) in main()
874 options.request_tty = REQUEST_TTY_YES; in main()
1357 if (options.request_tty == REQUEST_TTY_YES || in main()
Dreadconf.c881 { "true", REQUEST_TTY_YES },
882 { "yes", REQUEST_TTY_YES },
Dclientloop.c669 options.request_tty == REQUEST_TTY_YES)) in client_status_confirm()