Lines Matching refs:unquote
258 std::string unquote(const std::string& s) in unquote() function
347 std::string f = unquote(what[1].str()); in process_script()
370 debug = unquote(what[1].str()); in process_script()
374 add_file_scanner(unquote(what.str(1)), unquote(what.str(2)), unquote(what.str(3)), in process_script()
375 unquote(what.str(4)), unquote(what.str(5)), unquote(what.str(6))); in process_script()
379 std::string d = unquote(what[1].str()); in process_script()
380 std::string m = unquote(what[2].str()); in process_script()
381 bool r = unquote(what[3].str()) == "true"; in process_script()
407 std::string a = unquote(what[2].str()); in process_script()
408 std::string b = unquote(what[3].str()); in process_script()
418 info.term = escape_to_xml(unquote(*i)); in process_script()
443 info.term = escape_to_xml(unquote(what.str(1))); in process_script()
444 std::string s = unquote(what.str(2)); in process_script()
450 s = unquote(what.str(3)); in process_script()
454 info.category = unquote(what.str(4)); in process_script()