Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDreadconf.h189 #define REQUEST_TTY_YES 2 macro
HDssh.c747 if (options.request_tty == REQUEST_TTY_YES) in main()
750 options.request_tty = REQUEST_TTY_YES; in main()
1151 if (options.request_tty == REQUEST_TTY_YES || in main()
HDreadconf.c803 { "true", REQUEST_TTY_YES },
804 { "yes", REQUEST_TTY_YES },
HDclientloop.c817 options.request_tty == REQUEST_TTY_YES)) in client_status_confirm()