Home
last modified time | relevance | path

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

/posix/
A Dtst-boost.c128 eflags |= REG_NOTEOL; in main()
A Dregex.h336 #define REG_NOTEOL (1 << 1) macro
A Dtst-rxspencer.c498 eflags |= REG_NOTEOL; in main()
A Dregexec.c200 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
241 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
394 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
A DBOOST.tests262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
A Dregex_internal.c934 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
/posix/rxspencer/
A Dtests28 # $ REG_NOTEOL

Completed in 20 milliseconds