Searched refs:REG_ICASE (Results 1 – 4 of 4) sorted by relevance
223 #define REG_ICASE (REG_EXTENDED << 1) macro228 #define REG_NEWLINE (REG_ICASE << 1)
5339 if (cflags & REG_ICASE)
121 if ((errcode = regcomp (&email_re, EmailRe, REG_ICASE | REG_EXTENDED))) in split_and_convert()126 if ((errcode = regcomp (&url_re, URLRe, REG_ICASE | REG_EXTENDED))) in split_and_convert()
390 if ((errcode = regcomp(&search_re, re, REG_ICASE | REG_EXTENDED | REG_NOSUB))) in reg_search()