Searched refs:stdin_null_flag (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh.c137 int stdin_null_flag = 0; variable
349 stdin_null_flag = 1;
353 stdin_null_flag = 1;
717 if ((!isatty(fileno(stdin)) || stdin_null_flag) &&
983 stdin_null_flag = ostdin_null_flag;
1378 if (stdin_null_flag) {
1441 ostdin_null_flag = stdin_null_flag;
1445 stdin_null_flag = 1;
H A Dmux.c87 extern int stdin_null_flag;
1716 if (stdin_null_flag) {
1879 if (stdin_null_flag) {
H A Dclientloop.c122 extern int stdin_null_flag;
522 if (stdin_null_flag) {

Completed in 137 milliseconds