Searched refs:RE_ICASE (Results 1 – 7 of 7) sorted by relevance
31 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | RE_ICASE); in main()
161 re_syntax_options |= RE_ICASE; in do_test()
191 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro196 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
243 re_set_syntax (tests[i].syntax | RE_ICASE); in main()
373 | (icase ? RE_ICASE : 0)); in run_test_backwards()
300 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter()310 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()400 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()476 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp()775 (syntax & RE_ICASE) != 0, dfa); in re_compile_internal()801 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()3595 if ((syntax & RE_ICASE) in build_charclass()
637 preg->translate, (preg->syntax & RE_ICASE) != 0, in re_search_internal()682 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()
Completed in 25 milliseconds