Home
last modified time | relevance | path

Searched refs:_PyOS_ResetGetOpt (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dpygetopt.h12 PyAPI_FUNC(void) _PyOS_ResetGetOpt(void);
/external/python/cpython3/Include/internal/
Dpygetopt.h8 extern void _PyOS_ResetGetOpt(void);
/external/python/cpython2/Python/
Dgetopt.c42 void _PyOS_ResetGetOpt(void) in _PyOS_ResetGetOpt() function
/external/python/cpython3/Python/
Dgetopt.c46 void _PyOS_ResetGetOpt(void) in _PyOS_ResetGetOpt() function
/external/python/cpython2/Modules/
Dmain.c297 _PyOS_ResetGetOpt(); in Py_Main()
/external/python/cpython3/Modules/
Dmain.c741 _PyOS_ResetGetOpt(); in pymain_parse_cmdline_impl()