Searched refs:crtscts (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | tty.c | 138 int crtscts = 0; /* Use hardware flow control */ variable 208 { "crtscts", o_int, &crtscts, 211 { "cdtrcts", o_int, &crtscts, 214 { "nocrtscts", o_int, &crtscts, 217 { "-crtscts", o_int, &crtscts, 220 { "nocdtrcts", o_int, &crtscts, 342 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) { 1240 if (crtscts == -2) {
|
D | pppd.h | 281 extern int crtscts; /* Use hardware flow control */
|
D | sys-linux.c | 959 switch (crtscts) { in set_up_tty()
|