Home
last modified time | relevance | path

Searched refs:RE_ICASE (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c86 #ifdef RE_ICASE
87 syntax |= (new_regex->flags & REG_ICASE) ? RE_ICASE : 0;
109 #ifndef RE_ICASE
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h216 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro
221 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
Dregcomp.c315 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter()
325 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
415 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
494 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
802 (syntax & RE_ICASE) != 0, dfa); in re_compile_internal()
827 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()
3506 if ((syntax & RE_ICASE) in build_charclass()
Dregexec.c706 preg->translate, (preg->syntax & RE_ICASE) != 0, in re_search_internal()
752 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dregex.m462 | RE_ICASE);
127 ignored RE_ICASE. Detect that problem too. */
128 re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);