OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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