Searched refs:G_REGEX_FIRSTLINE (Results 1 – 3 of 3) sorted by relevance
308 G_REGEX_FIRSTLINE = 1 << 18, enumerator
228 if (pcre1_flags & G_REGEX_FIRSTLINE) in map_to_pcre2_compile_flags()327 pcre1_flags |= G_REGEX_FIRSTLINE; in map_to_pcre1_compile_flags()
2445 …TEST_MATCH("line\nbreak", G_REGEX_MULTILINE | G_REGEX_FIRSTLINE, 0, "first line\na line\nbreak", -… in main()