Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
Drun.py61 exit_now = False variable
83 global exit_now
104 if exit_now:
119 exit_now = True
149 global exit_now
150 exit_now = True
257 global exit_now
258 exit_now = True
/external/python/cpython3/Lib/idlelib/
Drun.py97 exit_now = False variable
119 global exit_now
141 if exit_now:
161 exit_now = True
192 global exit_now
193 exit_now = True
385 global exit_now
386 exit_now = True
/external/toybox/toys/posix/
Dsort.c376 if (FLAG(c)) goto exit_now; in sort_main()
407 exit_now: in sort_main()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_run.py338 eq(run.exit_now, True)
339 run.exit_now = False
/external/llvm-project/lldb/source/Target/
DProcess.cpp3871 bool exit_now = false; in RunPrivateStateThread() local
3873 while (!exit_now) { in RunPrivateStateThread()
3885 exit_now = true; in RunPrivateStateThread()