Home
last modified time | relevance | path

Searched refs:Py_Exit (Results 1 – 10 of 10) 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()
70 Py_Exit(0); in main()
85 Py_Exit(1); in getgrammar()
109 Py_Exit(1); in getgrammar()
114 Py_Exit(1); in getgrammar()
130 Py_Exit(1); in Py_FatalError()
Dintrcheck.c123 extern void Py_Exit(int); in intcatcher()
138 Py_Exit(1); in intcatcher()
/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/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.c1151 Py_Exit(exitcode); in handle_system_exit()
1781 Py_Exit(int sts) in Py_Exit() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1071 "Py_Exit"
/external/python/cpython2/Doc/data/
Drefcounts.dat1755 Py_Exit:void:::
1756 Py_Exit:int:status::
/external/python/cpython2/Misc/
DHISTORY13928 The old, half-hearted Py_Cleanup() routine is gone. Use of Py_Exit()