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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtty.c887 int pty_readable, stdin_readable; local
965 pty_readable = stdin_readable = 1;
987 while (nibuf != 0 || nobuf != 0 || pty_readable || stdin_readable) {
998 } else if (stdin_readable)
1039 stdin_readable = 0;
1067 stdin_readable = 0; /* pty is not writable now */
1106 stdin_readable = 0;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtty.c958 int pty_readable, stdin_readable; local
1043 pty_readable = stdin_readable = 1;
1065 while (nibuf != 0 || nobuf != 0 || pty_readable || stdin_readable) {
1076 } else if (stdin_readable)
1117 stdin_readable = 0;
1145 stdin_readable = 0; /* pty is not writable now */
1184 stdin_readable = 0;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtty.c957 int pty_readable, stdin_readable; local
1042 pty_readable = stdin_readable = 1;
1064 while (nibuf != 0 || nobuf != 0 || pty_readable || stdin_readable) {
1075 } else if (stdin_readable)
1116 stdin_readable = 0;
1144 stdin_readable = 0; /* pty is not writable now */
1183 stdin_readable = 0;

Completed in 47 milliseconds