Searched refs:RE_ICASE (Results 1 – 9 of 9) sorted by relevance
31 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | RE_ICASE); in main()
191 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro196 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
161 re_syntax_options |= RE_ICASE; in do_test()
243 re_set_syntax (tests[i].syntax | RE_ICASE); in main()
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()
373 | (icase ? RE_ICASE : 0)); in run_test_backwards()
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()
4222 (main): Run all tests with RE_ICASE as well.4355 * posix/regcomp.c (re_compile_fastmap_iter): Handle RE_ICASE
9333 * posix/regex.h (RE_ICASE): New macro.