g_regex_options 812 lib/search/regex.c GRegexCompileFlags g_regex_options = G_REGEX_OPTIMIZE | G_REGEX_DOTALL; g_regex_options 817 lib/search/regex.c g_regex_options |= G_REGEX_CASELESS; g_regex_options 821 lib/search/regex.c g_regex_options |= G_REGEX_RAW; g_regex_options 834 lib/search/regex.c g_regex_new (mc_search_cond->str->str, g_regex_options, 0, &mcerror);