Home
last modified time | relevance | path

Searched refs:restore_term (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dsys-linux.c203 static int restore_term = 0; /* 1 => we've munged the terminal */ variable
944 if (!restore_term) in set_up_tty()
1001 restore_term = 1; in set_up_tty()
1024 if (restore_term) { in restore_tty()
1025 restore_term = 0; in restore_tty()
Dsys-solaris.c216 static int restore_term; variable
1203 if (!restore_term) {
1271 restore_term = 1;
1281 if (restore_term) {
1302 restore_term = 0;