Searched refs:REG_ICASE (Results 1 – 11 of 11) sorted by relevance
58 #define REG_ICASE 0002 macro
27 flags |= REG_ICASE; in Regex()
708 if (p->g->cflags®_ICASE) { in p_bracket()946 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
55 #define REG_ICASE 0x0001 /* Maps to PCRE_CASELESS */ macro
276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
3926 if ((options & PCRE_CASELESS) != 0) cflags |= REG_ICASE; in main()
307 ((toys.optflags & FLAG_i) ? REG_ICASE : 0)); in parse_regex()
906 ((toys.optflags & FLAG_r)*REG_EXTENDED)|((corwin->sflags&1)*REG_ICASE)); in jewel_of_judgement()
731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
573 /i REG_ICASE
9591 REG_ICASE