g_regex_options 805 lib/search/regex.c GRegexCompileFlags g_regex_options = G_REGEX_OPTIMIZE | G_REGEX_DOTALL; g_regex_options 810 lib/search/regex.c g_regex_options |= G_REGEX_CASELESS; g_regex_options 814 lib/search/regex.c g_regex_options |= G_REGEX_RAW; g_regex_options 827 lib/search/regex.c g_regex_new (mc_search_cond->str->str, g_regex_options, 0, &mcerror);