Home | History | Annotate | Download | only in regex

Lines Matching refs:REG_ICASE

664 	if (p->g->cflags&REG_ICASE) {
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1098 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash