Home
last modified time | relevance | path

Searched refs:Py_Exit (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Parser/
Dpgenmain.c31 Py_Exit(int sts) in Py_Exit() function
46 Py_Exit(2); in main()
55 Py_Exit(1); in main()
64 Py_Exit(1); in main()
71 Py_Exit(0); in main()
86 Py_Exit(1); in getgrammar()
110 Py_Exit(1); in getgrammar()
115 Py_Exit(1); in getgrammar()
131 Py_Exit(1); in Py_FatalError()
Dintrcheck.c123 extern void Py_Exit(int); in intcatcher()
138 Py_Exit(1); in intcatcher()
/external/python/cpython3/Parser/
Dpgenmain.c36 Py_Exit(int sts) in Py_Exit() function
58 Py_Exit(2); in main()
67 Py_Exit(1); in main()
76 Py_Exit(1); in main()
83 Py_Exit(0); in main()
98 Py_Exit(1); in getgrammar()
123 Py_Exit(1); in getgrammar()
129 Py_Exit(1); in getgrammar()
145 Py_Exit(1); in Py_FatalError()
/external/python/cpython2/Demo/embed/
Ddemo.c50 Py_Exit(0); in main()
/external/python/cpython2/Include/
Dpythonrun.h76 PyAPI_FUNC(void) Py_Exit(int);
/external/python/cpython3/Include/
Dpylifecycle.h120 PyAPI_FUNC(void) Py_Exit(int) _Py_NO_RETURN;
/external/python/cpython2/PC/os2vacpp/
Dpython.def415 Py_Exit
/external/python/cpython2/Doc/c-api/
Dsys.rst129 .. c:function:: void Py_Exit(int status)
/external/python/cpython2/Python/
Dpythonrun.c1160 Py_Exit(exitcode); in handle_system_exit()
1793 Py_Exit(int sts) in Py_Exit() function
/external/python/cpython3/PC/
Dpython3.def728 Py_Exit=python37.Py_Exit
/external/python/cpython2/PC/os2emx/
Dpython27.def1071 "Py_Exit"
/external/python/cpython3/Doc/c-api/
Dsys.rst303 .. c:function:: void Py_Exit(int status)
/external/python/cpython2/Doc/data/
Drefcounts.dat1755 Py_Exit:void:::
1756 Py_Exit:int:status::
/external/python/cpython3/Python/
Dpylifecycle.c2276 Py_Exit(int sts) in Py_Exit() function
Dpythonrun.c636 Py_Exit(exitcode); in handle_system_exit()
/external/python/cpython3/Doc/data/
Drefcounts.dat2955 Py_Exit:void:::
2956 Py_Exit:int:status::
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2339 * :c:func:`Py_Exit` (and the main interpreter) now override the exit status
/external/python/cpython2/Misc/
DHISTORY13928 The old, half-hearted Py_Cleanup() routine is gone. Use of Py_Exit()
/external/python/cpython3/Misc/
DHISTORY31307 The old, half-hearted Py_Cleanup() routine is gone. Use of Py_Exit()