HomeSort by relevance Sort by last modified time
    Searched refs:REQUEST_TTY_NO (Results 1 - 3 of 3) sorted by null

  /external/openssh/
readconf.h 146 #define REQUEST_TTY_NO 1
ssh.c 467 options.request_tty = REQUEST_TTY_NO;
576 options.request_tty = REQUEST_TTY_NO;
579 options.request_tty = REQUEST_TTY_NO;
650 tty_flag = options.request_tty != REQUEST_TTY_NO;
673 tty_flag = options.request_tty != REQUEST_TTY_NO;
676 if (options.request_tty == REQUEST_TTY_NO || muxclient_command != 0)
    [all...]
readconf.c 1035 value = REQUEST_TTY_NO;
    [all...]

Completed in 875 milliseconds