Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h96 #define REG_NOTEOL 00002 macro
Dregexec.c146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
Dengine.c518 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
537 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
706 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in fast()
788 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in slow()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-boost.c138 eflags |= REG_NOTEOL; in main()
Dtst-rxspencer.c498 eflags |= REG_NOTEOL; in main()
DBOOST.tests262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
DSPENCER.tests28 # $ REG_NOTEOL
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h364 #define REG_NOTEOL (1 << 1) macro
Dregexec.c239 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
278 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
446 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
Dregex_internal.c933 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()