Searched refs:re_syntax (Results 1 – 3 of 3) sorted by relevance
679 # define re_syntax syntax macro
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()721 preg->re_syntax = syntax; in re_compile_internal()
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()