Home
last modified time | relevance | path

Searched refs:exit_now (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/
Drun.py106 exit_now = False variable
128 global exit_now
150 if exit_now:
170 exit_now = True
201 global exit_now
202 exit_now = True
407 global exit_now
408 exit_now = True
/third_party/toybox/toys/posix/
Dsort.c376 if (FLAG(c)) goto exit_now; in sort_main()
407 exit_now: in sort_main()
/third_party/python/Lib/idlelib/idle_test/
Dtest_run.py379 eq(run.exit_now, True)
380 run.exit_now = False