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()
67 #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()
292 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()
23 # i REG_ICASE
490 cflags |= REG_ICASE;
423 if (cflags & REG_ICASE) in litexec()
1029 if (p->g->cflags®_ICASE) in p_bracket()1164 if (p->g->cflags®_ICASE)1397 if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)
249 cflags |= REG_ICASE; in main()
797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
545 flags |= REG_ICASE; in compile_re()
293 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 );