Searched refs:REG_IGNORE_CASE (Results 1 – 5 of 5) sorted by relevance
88 ignored REG_IGNORE_CASE (which was then called RE_ICASE).91 re_set_syntax (REG_SYNTAX_EMACS | REG_IGNORE_CASE);
215 #define REG_IGNORE_CASE (1ul << 22) macro723 # define RE_ICASE REG_IGNORE_CASE /* avoid collision with REG_ICASE */
305 bool icase = (dfa->mb_cur_max == 1 && (bufp->re_syntax & REG_IGNORE_CASE)); in re_compile_fastmap_iter()315 if ((bufp->re_syntax & REG_IGNORE_CASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()382 if ((bufp->re_syntax & REG_IGNORE_CASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()457 syntax |= (cflags & REG_ICASE) ? REG_IGNORE_CASE : 0; in regcomp()760 syntax & REG_IGNORE_CASE, dfa); in re_compile_internal()785 if (dfa->is_utf8 && !(syntax & REG_IGNORE_CASE) && preg->re_translate == NULL) in re_compile_internal()3438 if ((syntax & REG_IGNORE_CASE) in build_charclass()
674 preg->re_syntax & REG_IGNORE_CASE, dfa); in re_search_internal()712 ? ((sb || !(preg->re_syntax & REG_IGNORE_CASE || t) ? 4 : 0) in re_search_internal()
13095 ignored REG_IGNORE_CASE (which was then called RE_ICASE).13098 re_set_syntax (REG_SYNTAX_EMACS | REG_IGNORE_CASE);