Searched refs:in_regex (Results 1 – 1 of 1) sorted by relevance
157 bool in_regex = false; in compile_regex() local163 if (!in_regex && str_has_pfx(pattern, "{{")) { in compile_regex()164 in_regex = true; in compile_regex()168 if (in_regex && str_has_pfx(pattern, "}}")) { in compile_regex()169 in_regex = false; in compile_regex()173 if (in_regex) { in compile_regex()189 if (in_regex) { in compile_regex()