HomeSort by relevance Sort by last modified time
    Searched refs:restore_term (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
sys-linux.c 203 static int restore_term = 0; /* 1 => we've munged the terminal */ variable
944 if (!restore_term)
1001 restore_term = 1;
1024 if (restore_term) {
1025 restore_term = 0;
    [all...]
sys-solaris.c 216 static int restore_term; variable
1203 if (!restore_term) {
1271 restore_term = 1;
1281 if (restore_term) {
    [all...]

Completed in 46 milliseconds