Home
last modified time | relevance | path

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

/posix/
A Dbug-regex27.c30 { "a.b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
32 { "a[^x]b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
A Dtst-boost.c123 flags |= REG_NEWLINE; in main()
A Dtst-regex.c228 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 Dregex.h319 #define REG_NEWLINE (1 << 2) macro
A Dtst-rxspencer.c492 cflags |= REG_NEWLINE; in main()
A Dregcomp.c479 if (cflags & REG_NEWLINE) in regcomp()
/posix/rxspencer/
A Dtests26 # n REG_NEWLINE
61 # anchoring and REG_NEWLINE

Completed in 18 milliseconds