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

  /external/openssh/
readconf.h 170 #define REQUEST_TTY_YES 2
ssh.c 724 if (options.request_tty == REQUEST_TTY_YES)
727 options.request_tty = REQUEST_TTY_YES;
1096 if (options.request_tty == REQUEST_TTY_YES ||
    [all...]
readconf.c 722 { "true", REQUEST_TTY_YES },
723 { "yes", REQUEST_TTY_YES },
    [all...]
clientloop.c 783 options.request_tty == REQUEST_TTY_YES))
    [all...]

Completed in 181 milliseconds