Home
last modified time | relevance | path

Searched refs:RE_ICASE (Results 1 – 7 of 7) sorted by relevance

/posix/
A Dbug-regex26.c31 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | RE_ICASE); in main()
A Dtst-regcomp-truncated.c161 re_syntax_options |= RE_ICASE; in do_test()
A Dregex.h191 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro
196 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
A Dbug-regex20.c243 re_set_syntax (tests[i].syntax | RE_ICASE); in main()
A Dtst-regex.c373 | (icase ? RE_ICASE : 0)); in run_test_backwards()
A Dregcomp.c300 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()
A Dregexec.c637 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