Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c2155 static _Py_PreInitEntry _preinit_xoptions = NULL; variable
2246 for (entry = _preinit_xoptions; entry != NULL; entry = entry->next) { in _PySys_ReadPreinitXOptions()
2253 _clear_preinit_entries(&_preinit_xoptions); in _PySys_ReadPreinitXOptions()
2421 _append_preinit_entry(&_preinit_xoptions, s); in PySys_AddXOption()