Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-rxspencer.c214 test (const char *pattern, int cflags, const char *string, int eflags, in test() argument
225 if (eflags == -1) in test()
256 if (eflags == -1) in test()
271 if (regexec (&re, string, 10, rm, eflags)) in test()
319 mb_test (const char *pattern, int cflags, const char *string, int eflags, in mb_test() argument
325 = eflags == -1 ? string : mb_frob_string (string, letters); in mb_test()
337 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb, in mb_test()
349 mb_tests (const char *pattern, int cflags, const char *string, int eflags, in mb_tests() argument
398 ret |= mb_test (pattern, cflags, string, eflags, expect, matches, in mb_tests()
441 int cflags = REG_EXTENDED, eflags = 0, try_bre_ere = 0; in main() local
[all …]
Dtst-boost.c87 int eflags = 0; in main() local
134 eflags = 0; in main()
136 eflags |= REG_NOTBOL; in main()
138 eflags |= REG_NOTEOL; in main()
197 if (regexec (&re, string, 20, rm, eflags)) in main()
/ndk/sources/host-tools/ndk-stack/regex/
Dregexec.c140 regmatch_t pmatch[], int eflags) in regexec() argument
154 eflags = GOODFLAGS(eflags); in regexec()
156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in regexec()
157 return(smatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
159 return(lmatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
Dengine.c73 int eflags; member
116 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
129 int eflags) in matcher() argument
144 if (eflags&REG_STARTEND) { in matcher()
166 m->eflags = eflags; in matcher()
214 if (!g->backrefs && !(m->eflags&REG_BACKR)) { in matcher()
512 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
520 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
528 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
539 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c23 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
45 int eflags) internal_function;
226 regexec (preg, string, nmatch, pmatch, eflags) in regexec() argument
231 int eflags;
239 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
242 if (eflags & REG_STARTEND)
256 length, 0, NULL, eflags);
259 length, nmatch, pmatch, eflags);
275 regmatch_t pmatch[], int eflags) in __compat_regexec() argument
278 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()
[all …]
Dregex_internal.c575 re_string_reconstruct (re_string_t *pstr, Idx idx, int eflags) in re_string_reconstruct() argument
594 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()
625 eflags); in re_string_reconstruct()
674 eflags); in re_string_reconstruct()
768 = re_string_context_at (pstr, prev_valid_len - 1, eflags); in re_string_reconstruct()
925 re_string_context_at (const re_string_t *input, Idx idx, int eflags) in re_string_context_at() argument
933 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
Dregex_internal.h442 int eflags)
618 int eflags; member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersSave.S41 # skip eflags
DUnwindRegistersRestore.S46 # skip eflags