Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmain.c2486 #define COPY_WSTRLIST(LEN, LIST) \ in _PyCoreConfig_Copy() macro
2521 COPY_WSTRLIST(argc, argv); in _PyCoreConfig_Copy()
2522 COPY_WSTRLIST(nwarnoption, warnoptions); in _PyCoreConfig_Copy()
2523 COPY_WSTRLIST(nxoption, xoptions); in _PyCoreConfig_Copy()
2524 COPY_WSTRLIST(nmodule_search_path, module_search_paths); in _PyCoreConfig_Copy()
2534 #undef COPY_WSTRLIST in _PyCoreConfig_Copy()
2781 #define COPY_WSTRLIST(ATTR, LEN, LIST) \ in _PyMainInterpreterConfig_Read() macro
2791 COPY_WSTRLIST(main_config->warnoptions, in _PyMainInterpreterConfig_Read()
2794 COPY_WSTRLIST(main_config->argv, in _PyMainInterpreterConfig_Read()
2805 COPY_WSTRLIST(main_config->module_search_path, in _PyMainInterpreterConfig_Read()
[all …]