OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asked_to_quit
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
main.c
176
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;
[
all
...]
tty.c
155
extern int
asked_to_quit
;
768
asked_to_quit
= 1;
[
all
...]
Completed in 87 milliseconds