Lines Matching refs:entry
2193 _Py_PreInitEntry entry;
2195 for (entry = _preinit_warnoptions; entry != NULL; entry = entry->next) {
2196 status = PyWideStringList_Append(options, entry->value);
2211 _Py_PreInitEntry entry;
2213 for (entry = _preinit_xoptions; entry != NULL; entry = entry->next) {
2214 status = PyWideStringList_Append(&config->xoptions, entry->value);