Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmain.c2441 #define CLEAR_WSTRLIST(LEN, LIST) \ in _PyCoreConfig_Clear() macro
2453 CLEAR_WSTRLIST(config->argc, config->argv); in _PyCoreConfig_Clear()
2456 CLEAR_WSTRLIST(config->nwarnoption, config->warnoptions); in _PyCoreConfig_Clear()
2457 CLEAR_WSTRLIST(config->nxoption, config->xoptions); in _PyCoreConfig_Clear()
2458 CLEAR_WSTRLIST(config->nmodule_search_path, config->module_search_paths); in _PyCoreConfig_Clear()
2467 #undef CLEAR_WSTRLIST in _PyCoreConfig_Clear()