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

/external/ppp/pppd/
H A Dmain.c176 int asked_to_quit; variable
561 if (asked_to_quit)
567 if (asked_to_quit)
588 if (asked_to_quit) {
601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
675 asked_to_quit = 1;
H A Dtty.c155 extern int asked_to_quit;
768 asked_to_quit = 1;

Completed in 787 milliseconds