Home | History | Annotate | Download | only in Modules

Lines Matching refs:xopt

1887     const wchar_t *xopt = config_get_xoption(config, L"utf8");
1888 if (xopt) {
1889 wchar_t *sep = wcschr(xopt, L'=');
1891 xopt = sep + 1;
1892 if (wcscmp(xopt, L"1") == 0) {
1895 else if (wcscmp(xopt, L"0") == 0) {