Lines Matching defs:xoption
1549 const wchar_t *xoption = config_get_xoption(config, name);
1550 if (xoption == NULL) {
1553 const wchar_t *sep = wcschr(xoption, L'=');
1711 const wchar_t *xoption = config_get_xoption(config, L"tracemalloc");
1712 if (xoption) {
1713 const wchar_t *sep = wcschr(xoption, L'=');
1757 const wchar_t *xoption = config_get_xoption(config, L"int_max_str_digits");
1758 if (xoption) {
1759 const wchar_t *sep = wcschr(xoption, L'=');
1784 const wchar_t *xoption = config_get_xoption(config, L"pycache_prefix");
1785 if (xoption) {
1786 const wchar_t *sep = wcschr(xoption, L'=');