Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js52 var withRegExps = true; variable
136 txt += " regexps: Enable regular expressions (" + (withRegExps? "yes" : "no") + ")\n";
249 vf.WriteLine("WITH_REGEXPS=" + (withRegExps? "1" : "0"));
361 of.WriteLine(s.replace(/\@WITH_REGEXPS\@/, withRegExps? "1" : "0"));
508 withRegExps = strToBool(arg.substring(opt.length + 1, arg.length));
684 txtOut += " Regexp support: " + boolToStr(withRegExps) + "\n";