Searched refs:REG_ICASE (Results 1 – 25 of 45) sorted by relevance
12
28 #define REG_ICASE 2 macro
30 n = regcomp(&re, pat, REG_ICASE); in main()
58 #define REG_ICASE 0002 macro
33 flags |= REG_ICASE; in Regex()
29 flags |= REG_ICASE; in Regex()
29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
19 C(REG_ICASE) in f()
56 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
35 using boost::REG_ICASE;
135 options |= REG_ICASE; in uc_mgr_define_regex()
84 && !(tnfa->cflags & REG_ICASE) \87 && (tnfa->cflags & REG_ICASE) \92 tnfa->cflags & REG_ICASE)))
110 if(f & REG_ICASE) in regcompA()
120 if(f & REG_ICASE) in regcompW()
179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()