OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restore_term
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
sys-linux.c
201
static int
restore_term
= 0; /* 1 => we've munged the terminal */
variable
913
if (!
restore_term
)
967
restore_term
= 1;
990
if (
restore_term
) {
991
restore_term
= 0;
[
all
...]
sys-solaris.c
216
static int
restore_term
;
variable
1203
if (!
restore_term
) {
1268
restore_term
= 1;
1278
if (
restore_term
) {
[
all
...]
Completed in 604 milliseconds