Searched refs:REG_ICASE (Results 1 – 6 of 6) sorted by relevance
219 #define REG_ICASE (REG_EXTENDED << 1) macro224 #define REG_NEWLINE (REG_ICASE << 1)
4750 if (cflags & REG_ICASE)
267 #define REG_ICASE (REG_EXTENDED << 1) macro272 #define REG_NEWLINE (REG_ICASE << 1)
120 flags |= REG_ICASE; in Data()
482 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp()
1060 …chdata, match, REG_EXTENDED | REG_NOSUB | REG_NEWLINE | ((flags & SEARCH_NOCASE) ? REG_ICASE : 0)); in datamatcher_init()