Home | History | Annotate | Download | only in common_lib

Lines Matching refs:compile_flags

1215         compile_flags = re.DOTALL # Allow dot to match \n
1217 compile_flags = compile_flags | re.IGNORECASE
1221 compiled_pattern_list.append(re.compile(p, compile_flags))