Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h229 #define REQUEST_TTY_YES 2 macro
Dssh.c903 if (options.request_tty == REQUEST_TTY_YES) in main()
906 options.request_tty = REQUEST_TTY_YES; in main()
1401 if (options.request_tty == REQUEST_TTY_YES || in main()
Dreadconf.c1093 { "true", REQUEST_TTY_YES },
1094 { "yes", REQUEST_TTY_YES },
Dclientloop.c826 options.request_tty == REQUEST_TTY_YES)) in client_status_confirm()