Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_initconfig.h118 extern PyStatus _PyPreCmdline_Read(_PyPreCmdline *cmdline,
/external/python/cpython3/Python/
Dpreconfig.c229 _PyPreCmdline_Read(_PyPreCmdline *cmdline, const PyPreConfig *preconfig) in _PyPreCmdline_Read() function
734 status = _PyPreCmdline_Read(cmdline, config); in preconfig_read()
Dinitconfig.c2322 status = _PyPreCmdline_Read(precmdline, &preconfig); in core_read_precmdline()