Home
last modified time | relevance | path

Searched refs:REQUEST_TTY_NO (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dreadconf.h146 #define REQUEST_TTY_NO 1 macro
Dssh.c467 options.request_tty = REQUEST_TTY_NO; in main()
576 options.request_tty = REQUEST_TTY_NO; in main()
579 options.request_tty = REQUEST_TTY_NO; in main()
650 tty_flag = options.request_tty != REQUEST_TTY_NO; in main()
673 tty_flag = options.request_tty != REQUEST_TTY_NO; in main()
676 if (options.request_tty == REQUEST_TTY_NO || muxclient_command != 0) in main()
Dreadconf.c1035 value = REQUEST_TTY_NO; in process_config_line()