Searched refs:in_regex (Results 1 – 1 of 1) sorted by relevance
164 bool in_regex = false; in compile_regex() local170 if (!in_regex && str_has_pfx(pattern, "{{")) { in compile_regex()171 in_regex = true; in compile_regex()175 if (in_regex && str_has_pfx(pattern, "}}")) { in compile_regex()176 in_regex = false; in compile_regex()180 if (in_regex) { in compile_regex()196 if (in_regex) { in compile_regex()