Searched refs:in_regex (Results 1 – 1 of 1) sorted by relevance
155 bool in_regex = false; in compile_regex() local161 if (!in_regex && str_has_pfx(pattern, "{{")) { in compile_regex()162 in_regex = true; in compile_regex()166 if (in_regex && str_has_pfx(pattern, "}}")) { in compile_regex()167 in_regex = false; in compile_regex()171 if (in_regex) { in compile_regex()187 if (in_regex) { in compile_regex()