Home
last modified time | relevance | path

Searched refs:EGREP_NL (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex28.c34 #define EGREP_NL (RE_SYNTAX_EGREP | RE_DOT_NEWLINE) & ~RE_HAT_LISTS_NOT_NEWLINE macro
36 { "a.b", "a\nb", EGREP_NL, 0 },
38 { "a[^x]b", "a\nb", EGREP_NL, 0 },
43 { "a\\Sb", "a\nb", EGREP_NL, -1 },
45 { "a\\Wb", "a\nb", EGREP_NL, 0 }