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

  /external/ppp/pppd/
main.c 175 int asked_to_quit; variable
558 if (asked_to_quit)
564 if (asked_to_quit)
586 if (asked_to_quit) {
601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
675 asked_to_quit = 1;
    [all...]
tty.c 157 extern int asked_to_quit;
771 asked_to_quit = 1;
    [all...]

Completed in 100 milliseconds