Lines Matching refs:sep
1553 const wchar_t *sep = wcschr(xoption, L'=');
1554 return sep ? sep + 1 : L"";
1713 const wchar_t *sep = wcschr(xoption, L'=');
1714 if (sep) {
1715 if (!config_wstr_to_int(sep + 1, &nframe)) {
1759 const wchar_t *sep = wcschr(xoption, L'=');
1761 if (sep) {
1762 if (!config_wstr_to_int(sep + 1, &maxdigits)) {
1786 const wchar_t *sep = wcschr(xoption, L'=');
1787 if (sep && wcslen(sep) > 1) {
1788 config->pycache_prefix = _PyMem_RawWcsdup(sep + 1);