Searched refs:REG_ICASE (Results 1 – 25 of 33) sorted by relevance
12
77 #define REG_ICASE 0x02 /* Case-insensitive match */ macro
58 #define REG_ICASE 0002 macro
31 flags |= REG_ICASE; in Regex()
824 if (p->g->cflags & REG_ICASE) { in p_bracket()1051 if ((p->g->cflags & REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
64 #define REG_ICASE 0002 macro
26 serious bug that affected REs using many [] (including REG_ICASE REs
724 if (p->g->cflags®_ICASE) { in p_bracket()963 if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch) in ordinary()
65 #define REG_ICASE 0002 macro
59 if (cflags & REG_ICASE) in k5_regcomp()
23 i REG_ICASE
323 flags |= REG_ICASE; in getflags()
350 o |= REG_ICASE; in options()
223 const int flags = REG_EXTENDED | (ignore_case ? REG_ICASE : 0); in impl()
90 re_flags |= REG_ICASE; in nvlist_to_prop_filter()
291 REG_EXTENDED | REG_ICASE); in parse_config_file()
894 reflags |= REG_ICASE; in re_compile()900 reflags |= REG_ICASE; in re_compile()
318 o |= REG_ICASE; in options()
48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2()
490 cflags |= REG_ICASE;
446 if (cflags & REG_ICASE) in litexec()
25 serious bug that affected REs using many [] (including REG_ICASE REs
1042 if (p->g->cflags®_ICASE) in p_bracket()1177 if (p->g->cflags®_ICASE)1411 if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)
248 cflags |= REG_ICASE; in main()
797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
542 flags |= REG_ICASE; in compile_re()