Searched refs:REG_NEWLINE (Results 1 – 7 of 7) sorted by relevance
/posix/ |
A D | bug-regex27.c | 30 { "a.b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH }, 32 { "a[^x]b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
|
A D | tst-boost.c | 123 flags |= REG_NEWLINE; in main()
|
A D | tst-regex.c | 228 err = regcomp (&re, expr, REG_NEWLINE | (icase ? REG_ICASE : 0)); in run_test() 306 err = regcomp (&re, expr, REG_NEWLINE | (icase ? REG_ICASE : 0)); in run_test()
|
A D | regex.h | 319 #define REG_NEWLINE (1 << 2) macro
|
A D | tst-rxspencer.c | 492 cflags |= REG_NEWLINE; in main()
|
A D | regcomp.c | 479 if (cflags & REG_NEWLINE) in regcomp()
|
/posix/rxspencer/ |
A D | tests | 26 # n REG_NEWLINE 61 # anchoring and REG_NEWLINE
|
Completed in 18 milliseconds