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

/external/ppp/pppd/
H A Dsys-linux.c202 static int restore_term = 0; /* 1 => we've munged the terminal */ variable
914 if (!restore_term)
968 restore_term = 1;
991 if (restore_term) {
992 restore_term = 0;
H A Dsys-solaris.c216 static int restore_term; variable
1203 if (!restore_term) {
1268 restore_term = 1;
1278 if (restore_term) {
1299 restore_term = 0;

Completed in 63 milliseconds