RE_ICASE 286 lib/regcomp.c bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); RE_ICASE 295 lib/regcomp.c if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) RE_ICASE 383 lib/regcomp.c if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) RE_ICASE 454 lib/regcomp.c syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; RE_ICASE 749 lib/regcomp.c (syntax & RE_ICASE) != 0, dfa); RE_ICASE 774 lib/regcomp.c if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) RE_ICASE 3473 lib/regcomp.c if ((syntax & RE_ICASE) RE_ICASE 196 lib/regex.h # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1) RE_ICASE 631 lib/regexec.c preg->translate, (preg->syntax & RE_ICASE) != 0, RE_ICASE 676 lib/regexec.c ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0)