Searched refs:crtscts (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/ |
D | tty.c | 137 int crtscts = 0; /* Use hardware flow control */ variable 206 { "crtscts", o_int, &crtscts, 209 { "cdtrcts", o_int, &crtscts, 212 { "nocrtscts", o_int, &crtscts, 215 { "-crtscts", o_int, &crtscts, 218 { "nocdtrcts", o_int, &crtscts, 337 crtscts = -2;
|
D | sys-solaris.c | 1214 if (crtscts > 0) 1216 else if (crtscts < 0) 1219 if (crtscts != 0 && !termiox_ok) { 1221 } else if (crtscts > 0) { 1223 } else if (crtscts < 0) { 1237 if (crtscts == -2) {
|
D | pppd.h | 278 extern int crtscts; /* Use hardware flow control */
|
D | sys-linux.c | 929 switch (crtscts) { in set_up_tty()
|
/external/libppp/src/ |
D | ppp.8.m4 | 4563 .It set ctsrts|crtscts on|off
|