Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dbug-regex28.c35 #define EGREP_NL (RE_SYNTAX_EGREP | RE_DOT_NEWLINE) & ~RE_HAT_LISTS_NOT_NEWLINE macro
37 { "a.b", "a\nb", EGREP_NL, 0 },
39 { "a[^x]b", "a\nb", EGREP_NL, 0 },
44 { "a\\Sb", "a\nb", EGREP_NL, -1 },
46 { "a\\Wb", "a\nb", EGREP_NL, 0 }