Searched refs:REG_ICASE (Results 1 – 7 of 7) sorted by relevance
55 #define REG_ICASE 0x0001 /* Maps to PCRE_CASELESS */ macro
274 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
38 #define REG_ICASE (1<<0) macro
144 if ((posix_options & REG_ICASE) != 0) in regcomp()
28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
3563 - ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));
9591 REG_ICASE
Completed in 46 milliseconds