Searched refs:REG_ICASE (Results 1 – 25 of 30) sorted by relevance
12
58 #define REG_ICASE 0002 macro
31 flags |= REG_ICASE; in Regex()
838 if (p->g->cflags®_ICASE) { in p_bracket()1076 if ((p->g->cflags®_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
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()
48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2()
894 reflags |= REG_ICASE; in re_compile()900 reflags |= REG_ICASE; in re_compile()
318 o |= REG_ICASE; in options()
490 cflags |= REG_ICASE;
432 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)1410 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()
292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
219 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );