Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dinitconfig.c2724 #define DUMP_SYS(NAME) \ in _Py_DumpPathConfig() macro
2738 DUMP_SYS(_base_executable); in _Py_DumpPathConfig()
2739 DUMP_SYS(base_prefix); in _Py_DumpPathConfig()
2740 DUMP_SYS(base_exec_prefix); in _Py_DumpPathConfig()
2741 DUMP_SYS(platlibdir); in _Py_DumpPathConfig()
2742 DUMP_SYS(executable); in _Py_DumpPathConfig()
2743 DUMP_SYS(prefix); in _Py_DumpPathConfig()
2744 DUMP_SYS(exec_prefix); in _Py_DumpPathConfig()
2745 #undef DUMP_SYS in _Py_DumpPathConfig()