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