Searched refs:EGREP_NL (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | bug-regex28.c | 34 #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 }
|