Home
last modified time | relevance | path

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

/posix/
A Dtst-boost.c126 eflags |= REG_NOTBOL; in main()
A Dregex.h333 #define REG_NOTBOL 1 macro
A Dtst-rxspencer.c495 eflags |= REG_NOTBOL; in main()
A Dregexec.c200 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
241 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
393 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()
672 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_search_internal()
A DBOOST.tests262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
A Dregex_internal.c598 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()
/posix/rxspencer/
A Dtests27 # ^ REG_NOTBOL

Completed in 21 milliseconds