RE_ICASE 314 lib/regcomp.c bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); RE_ICASE 324 lib/regcomp.c if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) RE_ICASE 414 lib/regcomp.c if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) RE_ICASE 493 lib/regcomp.c syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; RE_ICASE 801 lib/regcomp.c (syntax & RE_ICASE) != 0, dfa); RE_ICASE 826 lib/regcomp.c if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) RE_ICASE 3534 lib/regcomp.c if ((syntax & RE_ICASE) RE_ICASE 221 lib/regex.h # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1) RE_ICASE 713 lib/regexec.c preg->translate, (preg->syntax & RE_ICASE) != 0, RE_ICASE 759 lib/regexec.c ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0)