Searched refs:RE_ICASE (Results 1 – 5 of 5) sorted by relevance
86 #ifdef RE_ICASE87 syntax |= (new_regex->flags & REG_ICASE) ? RE_ICASE : 0;109 #ifndef RE_ICASE
216 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro221 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
315 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()
706 preg->translate, (preg->syntax & RE_ICASE) != 0, in re_search_internal()752 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()
62 | RE_ICASE);127 ignored RE_ICASE. Detect that problem too. */128 re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);