Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h95 #define REG_NOTBOL 00001 macro
Dregexec.c146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
Dengine.c512 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
528 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
703 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in fast()
785 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in slow()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-boost.c136 eflags |= REG_NOTBOL; in main()
Dtst-rxspencer.c495 eflags |= REG_NOTBOL; in main()
DSPENCER.tests27 # ^ REG_NOTBOL
DBOOST.tests262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h361 #define REG_NOTBOL 1 macro
Dregexec.c239 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
278 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
445 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()
742 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_search_internal()
Dregex_internal.c594 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()