Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h147 #define REQUEST_TTY_YES 2 macro
Dssh.c421 if (options.request_tty == REQUEST_TTY_YES) in main()
424 options.request_tty = REQUEST_TTY_YES; in main()
639 if (options.request_tty == REQUEST_TTY_YES || in main()
Dreadconf.c1033 value = REQUEST_TTY_YES; in process_config_line()
Dclientloop.c749 options.request_tty == REQUEST_TTY_YES)) in client_status_confirm()